-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-28665: Iceberg: Upgrade iceberg version to 1.9.1 #5846
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
base: master
Are you sure you want to change the base?
Conversation
@kasakrisz, please drop the following
|
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/InputFormatConfig.java
Show resolved
Hide resolved
fa9c656
to
16da407
Compare
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.
LGTM, pending tests
import org.apache.thrift.TException; | ||
import org.slf4j.Logger; | ||
import org.slf4j.LoggerFactory; | ||
|
||
public class HiveCatalog extends BaseMetastoreCatalog implements SupportsNamespaces, Configurable { | ||
public class HiveCatalog extends BaseMetastoreViewCatalog |
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.
This is so nice. The lack of view support is one of the bottlenecks when I try HIVE-28059 with other query engines.
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.
@okumin, are you using RestCatalog locally? if yes, please suggest the default configs for the docker image: https://github.com/apache/hive/pull/5834/files#diff-cfa8481579367e1e9127939f845eba4d2ee8c796d6858bcd0ca0a4b5fbfb8019R35-R42
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.
Yes, but I'm still halfway and I don't have very concrete suggestions. I have not successfully integrated it with other query engines.
16da407
to
a7a1cbf
Compare
Should we upgrade parquet to 1.15.2 just to be in sync with iceberg 1.9.1? Let me know I can raise the PR for the same. |
@Aggarwal-Raghav |
…ted, only test was added
… clearer semantics (#11073)
…MemoryError (#11576)
…d through Transaction (#11671)
… execution TestHiveIcebergRestrictDataFiles.testRestrictDataFiles
…eaders/writers so we fall back to AVRO
a7a1cbf
to
931bdec
Compare
|
What changes were proposed in this pull request?
Backport patches from iceberg:
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Run existing and backported tests