-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Support table redirections from Hive to Hudi #15551
Conversation
3e8f4ee
to
dffddb1
Compare
Build is red during
Also please rebase on |
e2a79a6
to
23e6292
Compare
fixed
done |
23e6292
to
2e79834
Compare
Please squash the first 2 commits. |
plugin/trino-hive/src/main/java/io/trino/plugin/hive/util/HiveUtil.java
Outdated
Show resolved
Hide resolved
...trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java
Show resolved
Hide resolved
5d08bf3
to
981ad14
Compare
@codope CPTAL whether we did cover all the possible cases for identifying whether we're dealing with a Hudi table in |
1b85603
to
b355636
Compare
plugin/trino-hive/src/main/java/io/trino/plugin/hive/util/HiveUtil.java
Outdated
Show resolved
Hide resolved
...trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java
Outdated
Show resolved
Hide resolved
...trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java
Outdated
Show resolved
Hide resolved
...trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java
Outdated
Show resolved
Hide resolved
...trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java
Outdated
Show resolved
Hide resolved
...trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java
Outdated
Show resolved
Hide resolved
...trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java
Outdated
Show resolved
Hide resolved
...trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java
Outdated
Show resolved
Hide resolved
...trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java
Outdated
Show resolved
Hide resolved
...trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java
Outdated
Show resolved
Hide resolved
plugin/trino-hive/src/main/java/io/trino/plugin/hive/util/HiveUtil.java
Outdated
Show resolved
Hide resolved
6b99110
to
ff454e5
Compare
plugin/trino-hive/src/main/java/io/trino/plugin/hive/util/HiveUtil.java
Outdated
Show resolved
Hide resolved
...trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java
Show resolved
Hide resolved
...trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveRedirectionToHudi.java
Show resolved
Hide resolved
plugin/trino-hive/src/main/java/io/trino/plugin/hive/util/HiveUtil.java
Outdated
Show resolved
Hide resolved
b70b33a
to
2435a8c
Compare
Added minimal config testing and modified to comply Trino code standards of original PR: trinodb#14349
2435a8c
to
c2bfca3
Compare
Description
Allow users to run queries referencing a single hive catalog to access both normal hive tables and hudi tables with new optimised+dedicated connector (provided an admin has configured hive.hudi-catalog-name to point to a hudi catalog).
Original pull request: #14349
Fixes #14750