Skip to content
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

chore: update versions for 17-SNAPSHOT #2470

Merged
merged 3 commits into from
Jan 22, 2025
Merged

Conversation

lidavidm
Copy link
Member

No description provided.

@lidavidm lidavidm marked this pull request as ready for review January 21, 2025 23:59
@github-actions github-actions bot modified the milestone: ADBC Libraries 17 Jan 21, 2025
@@ -29,7 +29,7 @@
<Product>Apache Arrow ADBC library</Product>
<Copyright>Copyright 2022-2024 The Apache Software Foundation</Copyright>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we update the copyright years as a separate change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. Yes, let me follow up with another PR.

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@lidavidm lidavidm merged commit 92c9c99 into apache:main Jan 22, 2025
107 checks passed
@lidavidm lidavidm deleted the bump-17 branch January 22, 2025 00:10

### Versions

- C/C++/GLib/Go/Python/Ruby: 1.4.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are also the ADBC protocol version?

Could this be the reason loading a Go driver from Rust (dynamically) triggers version check errors?

Error: Error { message: "Unknown ADBC version: 1.4.0", status: InvalidArguments, vendor_code: 0, sqlstate: [0, 0, 0, 0, 0], details: None }

@zeroshade @lidavidm

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's interesting. The actual protocol version is separate, it's currently 1.1.0.

Something is sending 1.4.0 when it shouldn't be... or Rust is validating the wrong thing

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, the wrong string must've gotten changed somewhere...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, @felipecrv can you please open new issues instead of necroing older threads if possible?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also I think we need a backtrace. That appears to be from FromStr<AdbcVersion> so I think the Rust code appears to be parsing the driver version somewhere at a first glance. But it's hard to tell without any context.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I figured what was the problem now! My environment had ADBC_SNOWFLAKE_ADBC_VERSION defined to 1.4.0. :/

BTW, @felipecrv can you please open new issues instead of necroing older threads if possible?

I wanted to confirm if there was an actual problem first and got here through git blame.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're happy to take questions over issues too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants