forked from trinodb/trino
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Bloomberg snowflake #18
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Previously we were using `NoopHostnameVerifier` which turns off hostname verification, if the HostnameVerifier is not set it uses `DefaultHostnameVerifier` which performs hostname verification
Co-authored-by: Jan Waś <jan.was@starburstdata.com>
Additionally disable local scheduling of Mongo splits
Materialized view properties can be more expensive to retrieve and are unused except for SHOW CREATE queries. Splitting them from the main definition reduces file system calls for metadata queries against the Iceberg connector.
Multiple modules depend on org.threeten.bp.Duration. Move to the root pom.
This change will help in reducing memory footprint in long-running partitioned writes. Thus, we can scale more to increase the write performance.
After the initial KMP mismatch, the next match was being skipped at position i == longest match.
…tly" This needs more though and a different approach that does not involve modifying the information_schema tables. This reverts commit 1c5e5eb.
Add support for conditional rewrites in `JdbcConnectorExpressionRewriterBuilder`. This allows merging `PostgreSqlClient`'s two different rewrite objects into one.
This reverts commit fd048d0.
Make it use unique namespace names and add cleanup.
This removes support for Elasticsearch 6.x and Opensearch 1.x while introducing support and test coverage for 8.x. Both http security and user authentication are enabled by default.
In few suites `configured_features` was misspelled as `configured-features`.
Prepare for upcoming airbase change requiring exactly one space in array initializers. This is to help ensure that the code that passes CI does not change upon automatic formatting.
Had to redo the connector because all the rebases caused havoc
* Add Snowflake JDBC Connector * Add snowflake in the ci
Co-authored-by: Martin Traverso <mtraverso@gmail.com>
github-actions
bot
added
tests:hive
docs
jdbc
bigquery
delta-lake
hive
hudi
iceberg
mongodb
release-notes
labels
Jan 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated the trino version to 436-SNAPSHOT and fixed some reviews from comments