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

Verify JVM configuration in Snowflake connector #24717

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

hashhar
Copy link
Member

@hashhar hashhar commented Jan 15, 2025

Description

Same as in BigQuery we need additional JVM args in Snowflake connector since it's using Arrow unconditionally.

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

## Section
* Fix some things. ({issue}`issuenumber`)

@hashhar hashhar requested a review from ebyhr January 15, 2025 17:59
@cla-bot cla-bot bot added the cla-signed label Jan 15, 2025
@github-actions github-actions bot added the bigquery BigQuery connector label Jan 15, 2025
@hashhar hashhar force-pushed the hashhar/snow-arrow-jvm-check branch from 8ef0ea9 to 3be054f Compare January 15, 2025 18:03
@github-actions github-actions bot added the docs label Jan 15, 2025
@hashhar hashhar force-pushed the hashhar/snow-arrow-jvm-check branch from 3be054f to 5dc3c32 Compare January 15, 2025 18:05
@hashhar hashhar requested a review from mosabua January 15, 2025 18:05
Copy link
Member

@mosabua mosabua left a comment

Choose a reason for hiding this comment

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

The suggested doc changes are good enough. Ideally however we even create a Requirements section in the connector doc like we have in others.

docs/src/main/sphinx/connector/snowflake.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/connector/snowflake.md Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Feb 6, 2025

This pull request has gone a while without any activity. Tagging for triage help: @mosabua

@github-actions github-actions bot added the stale label Feb 6, 2025
@wendigo
Copy link
Contributor

wendigo commented Feb 6, 2025

@mosabua can you fix docs on your end and merge it?

This will be used in Snowflake connector too in the next commit.

Co-authored-by: Mateusz "Serafin" Gajewski <[email protected]>
@hashhar hashhar force-pushed the hashhar/snow-arrow-jvm-check branch from 5dc3c32 to 8a83336 Compare February 7, 2025 06:00
@github-actions github-actions bot added the snowflake Snowflake connector label Feb 7, 2025
@hashhar hashhar force-pushed the hashhar/snow-arrow-jvm-check branch from 8a83336 to 15f0c59 Compare February 7, 2025 06:02
@hashhar hashhar requested a review from mosabua February 7, 2025 06:03
Copy link
Member

@mosabua mosabua left a comment

Choose a reason for hiding this comment

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

Looks good now .. thx

@hashhar hashhar force-pushed the hashhar/snow-arrow-jvm-check branch from 15f0c59 to ac70b5c Compare February 7, 2025 06:09
@hashhar
Copy link
Member Author

hashhar commented Feb 7, 2025

@mosabua I also updated BigQuery docs to be consistent in style and language to what you proposed here.

@mosabua
Copy link
Member

mosabua commented Feb 7, 2025

Great.. merge away @hashhar

Snowflake connector uses Arrow which requires additional JVM arguments.
The docs were also incorrect, Arrow is always used unconditionally in
the Snowflake connector.

This additionally makes the docs style and language consistent across
both mentions of Arrow related JVM configuration.
@hashhar hashhar force-pushed the hashhar/snow-arrow-jvm-check branch from ac70b5c to 506b9cb Compare February 7, 2025 06:36
@hashhar hashhar merged commit f5043a1 into trinodb:master Feb 7, 2025
98 checks passed
@hashhar hashhar deleted the hashhar/snow-arrow-jvm-check branch February 7, 2025 07:36
@github-actions github-actions bot added this to the 471 milestone Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery BigQuery connector cla-signed docs snowflake Snowflake connector stale
Development

Successfully merging this pull request may close these issues.

3 participants