-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Add DateDayVector
support
#141
Conversation
@spieden thanks for the contribution! Could you also add the code to test date types to https://github.com/cloudquery/plugin-sdk-java/blob/main/lib/src/test/java/io/cloudquery/helper/ArrowHelperTest.java (or to the same test package)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I'd love to also see tests added for this
@candiduslynx Ok done. I removed the |
@spieden the build for the ci workflow fails |
@candiduslynx Hmm, fixed locally but not getting a status back 🤔 |
DateDayVector
support
🤖 I have created a release *beep* *boop* --- ## [0.0.13](v0.0.12...v0.0.13) (2023-11-26) ### Bug Fixes * add date types to ArrowHelper ([#141](#141)) ([21e4981](21e4981)) * **deps:** Update dependency com.fasterxml.jackson.core:jackson-annotations to v2.15.3 ([#133](#133)) ([627b49d](627b49d)) * **deps:** Update dependency com.fasterxml.jackson.core:jackson-core to v2.15.3 ([#135](#135)) ([235781d](235781d)) * **deps:** Update dependency com.google.guava:guava to v32.1.3-jre ([#136](#136)) ([eb7b853](eb7b853)) * **deps:** Update dependency gradle to v8.4 ([#137](#137)) ([8675852](8675852)) * **deps:** Update dependency io.grpc:grpc-protobuf to v1.59.0 ([#138](#138)) ([88d3e71](88d3e71)) * **deps:** Update dependency io.grpc:grpc-stub to v1.59.0 ([#140](#140)) ([556b91b](556b91b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Follow-up for #141 Also notice apache/arrow#38891
cloudquery/cloudquery#15431