iceberg
iceberg copied to clipboard
Apache Iceberg
Extracted from https://github.com/apache/iceberg/pull/5021 https://github.com/apache/iceberg/pull/5021#discussion_r936925981
### Apache Iceberg version 0.14.0 (latest release) ### Query engine _No response_ ### Please describe the bug 🐞 If a Transaction has multiple changes that it applies the table history...
This PR will add the option to read from a configuration file and environment variables. This can be used to read the catalog configuration from a file instead of having...
as what stevenzwu said in https://github.com/apache/iceberg/pull/5050 , the tables in TestFlinkUpsert was not partitioned by date, which would bring about confusion, needed to be refactored.
Add a partition function, you can easily view the partition where a value is located. cc @kbendick thanks!
Split from https://github.com/apache/iceberg/pull/5479 There is a dependency between them. Otherwise, it will not compile properly.
Spark 3.1:Port #3456 to Spark 3.1 Split from #5479, after #5500.
Spark 3.1:Port #3505 to Spark 3.1 Split from #5479, after #5501