Closed alberttwong closed 4 months ago
maybe this is the hint. https://github.com/apache/incubator-xtable/issues/431#issuecomment-2104843042. Switching from hive to hadoop type.
@alberttwong - yeah looks like the same thing. You use a Hive catalog to create the Iceberg table but there are no configs. So if you are not bound to hive, you can use a file system-based catalog like Hadoop in Iceberg.
gist is that you have to use type=hadoop or else it won't generate the version-hint.text file.
Search before asking
Please describe the bug 🐞
Using iceberg via spark-sql normally. When I write the iceberg data, it doesn't generate version-hint.text.
related https://github.com/apache/incubator-xtable/discussions/463#discussioncomment-9706867
Using iceberg hive
it gives this error
Are you willing to submit PR?
Code of Conduct