apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
762 stars 267 forks source link

[Hotfix] Meet NPE when loading tables which use s3 storage #3007

Closed tcodehuber closed 1 week ago

tcodehuber commented 1 week ago

Why are the changes needed?

Using ams internal catalog and s3 as storage, but NPE occurs. The root cause is that org.apache.amoro.server.utils.InternalTableUtil#newIcebergFileIo L86 -> Configuration conf = store.getConfiguration();

core-site and hdfs-site is null when using s3 storage.

Brief change log

-

How was this patch tested?

Documentation