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

[CALCITE-6356] Upgrade Calcite to Avatica 1.25.0 #3755

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

snuyanzin
Copy link
Contributor

The PR bumps dependency on calcite-avatica to 1.25.0

also it makes some cleanup of tests as suggested in comments for https://issues.apache.org/jira/browse/CALCITE-6053

@mihaibudiu
Copy link
Contributor

I think we can also fix these bugs:


  /** Whether
   * <a href="https://issues.apache.org/jira/browse/CALCITE-6053">[CALCITE-6053]
   * Upgrade Calcite to Avatica 1.24.0</a> is fixed.
   */
  public static final boolean CALCITE_6053_FIXED = false;

  /** Whether
   * <a href="https://issues.apache.org/jira/browse/CALCITE-6248">[CALCITE-6248]
   * Illegal dates are accepted by casts</a> is fixed.
   * Fix to be available with Avatica 1.25.0 */
  public static final boolean CALCITE_6248_FIXED = false;

Copy link

sonarcloud bot commented Apr 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Test cleanup as mentioned at CALCITE-6053
@snuyanzin
Copy link
Contributor Author

Thanks for taking a look

I've squashed commits
I will merge after ci is green

@snuyanzin snuyanzin merged commit 1f5ba75 into apache:main Apr 8, 2024
15 of 16 checks passed
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.

2 participants