- Notifications
You must be signed in to change notification settings - Fork3.3k
Iceberg variant type read support#25419
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
8f0693a
to86c4a0a
Compare86c4a0a
to8b01c35
Compare@anusudarsan Is this PR ready for review except for the 1st commit? Could you change the status to non-draft if so? |
@@ -35,6 +35,7 @@ | |||
import static io.trino.plugin.iceberg.ColumnIdentity.TypeCategory.MAP; | |||
import static io.trino.plugin.iceberg.ColumnIdentity.TypeCategory.PRIMITIVE; | |||
import static io.trino.plugin.iceberg.ColumnIdentity.TypeCategory.STRUCT; | |||
import static io.trino.plugin.iceberg.ColumnIdentity.TypeCategory.VARIANT; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Spike: Variant type read support for parquet
Please follow the commit message guideline.https://trino.io/development/process.html#pull-request-and-commit-guidelines-
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergVariantParquet.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergVariantParquet.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergVariantParquet.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergVariantParquet.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergVariantParquet.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
public void testTableWithVariantColumn() | ||
throws Exception | ||
{ | ||
// TODO HiveSchemaUtil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I don't understand what's the next action from this comment.
plugin/trino-iceberg/src/test/java/org/apache/iceberg/variants/VariantTypeTestUtils.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
plugin/trino-iceberg/src/test/java/org/apache/iceberg/variants/VariantTypeTestUtils.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
plugin/trino-iceberg/src/test/java/org/apache/iceberg/variants/VariantTypeTestUtils.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
1a777ae
to02b17a9
CompareThis pull request has gone a while without any activity. Ask for help on #core-dev on Trino slack. |
Uh oh!
There was an error while loading.Please reload this page.
Description
Read support for parquet format -#24538
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: