Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](iceberg) fix iceberg catalog bug and p2 test cases (apache#32898)
1. Fix iceberg catalog bug This PR apache#30198 change the logic of `IcebergHMSExternalCatalog.java`, to get locationUrl by calling hive metastore's `getCatalog()` method. But this method only exists in hive 3+. So it will fail if we using hive 2.x. I temporary remove this logic, because this logic is only used from iceberg table writing. Which is still under development. We will rethink this logic later. 2. Fix test cases Some of P2 test cases missed `order_qt`. And because the output format of the floating point type is changed, some result in `out` files need to be regenerated.
- Loading branch information