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

Bloomberg snowflake #18

Merged
merged 351 commits into from
Jan 22, 2024
Merged

Conversation

yuuteng
Copy link

@yuuteng yuuteng commented Jan 11, 2024

Updated the trino version to 436-SNAPSHOT and fixed some reviews from comments

Praveen2112 and others added 30 commits December 12, 2023 17:55
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.
findepi and others added 17 commits January 11, 2024 09:54
Add support for conditional rewrites in
`JdbcConnectorExpressionRewriterBuilder`.  This allows merging
`PostgreSqlClient`'s two different rewrite objects into one.
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>
@dprophet dprophet merged commit c1a227e into bloomberg:snowflake Jan 22, 2024
60 of 69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.