forked from trinodb/trino
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Jklamer/avro block builder system #1
Closed
Closed
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
jklamer
force-pushed
the
jklamer/AvroBlockBuilderSystem
branch
3 times, most recently
from
April 22, 2024 19:47
5ee2b6e
to
32bcab0
Compare
jklamer
force-pushed
the
jklamer/AvroBlockBuilderSystem
branch
4 times, most recently
from
May 7, 2024 19:31
37819b5
to
2733772
Compare
- Add info that it has to be enabled in the catalog - Delta Lake and Iceberg connectors
This reverts commit 74e3ffa. After this change JMX metrics for resource groups were not exported at all.
jklamer
force-pushed
the
jklamer/AvroBlockBuilderSystem
branch
from
May 30, 2024 15:56
2733772
to
9e8b2d2
Compare
Co-authored-by: Naoki Takezoe <[email protected]>
This change introduces behavior incompatible with trinodb#16959
This change introduces behavior incompatible with trinodb#16959
Co-authored-by: regadas <[email protected]>
Older version of Hive doesn't support Float/Real type for parquet table format, but Hive 3.0+ doesn't have such restriction.
This coercion would work for partitioned tables for all formats and for unpartitioned tables it would work for ORC and Parquet table format.
It is rare but possible to get empty spooling output stats for task which completed successfully. This may happen if we observe FINISHED task state based on received TaskStatus but are later on unable to successfully retrieve TaskInfo. In such case we are building final TaskInfo based on last known taskInfo, just updating the taskState field. The spooling output stats will not be present. As we need this information in FTE mode we need to fail such task artificially
Some BI tools don't pass a `catalog` when calling the `DatabaseMetaData` `getTables`, `getColumns` and `getSchemas` methods. This makes the JDBC driver search across all catalogs which can be expensive. This commit introduces a new boolean connection property `assumeNullCatalogMeansCurrentCatalog` (disabled by default) to be used with such BI tools. If enabled the driver will try to use current `catalog` of the JDBC connection when fetching Trino metadata like `getTables`, `getColumns`, `getSchemas` if the `catalog` argument to those methods is passed as `null`. Co-authored-by: Rafał Połomka <[email protected]> Co-authored-by: Ashhar Hasan <[email protected]>
jklamer
force-pushed
the
jklamer/AvroBlockBuilderSystem
branch
from
June 6, 2024 23:18
9e8b2d2
to
b7ddabb
Compare
github-actions
bot
added
jdbc
bigquery
delta-lake
hudi
iceberg
mongodb
docs
release-notes
labels
Jun 6, 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.
Description
Additional context and related issues
Release notes
( ) 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: