You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the flink Streaming API or Batch Api to write data into mix-iceberge format table( with HiveMetastore), it will update hive metadata storage_handler and ROW FORMAT SERDE to incorrect value:
…mix-iceberg table, it will update the table metadata to incorrect value (#2529)
Fix bug #2525 - When using Flink api to write data into mix-iceberg table, it will update the table metadata to incorrect value
…mix-iceberg table, it will update the table metadata to incorrect value (#2529)
Fix bug #2525 - When using Flink api to write data into mix-iceberg table, it will update the table metadata to incorrect value
(cherry picked from commit 9703f15)
Signed-off-by: zhoujinsong <[email protected]>
What happened?
using the flink Streaming API or Batch Api to write data into mix-iceberge format table( with HiveMetastore), it will update hive metadata storage_handler and ROW FORMAT SERDE to incorrect value:
com.netease.arctic.shaded.org.apache.iceberg.mr.hive.HiveIcebergStorageHandler/com.netease.arctic.shaded.org.apache.iceberg.mr.hive.HiveIcebergSerDe
this will cause when using client tool like DBeaver show error like class not found.
Affects Versions
0.6.0
What engines are you seeing the problem on?
Flink
How to reproduce
using the flink api to write data into mix-iceberge table, you will find the hive metadata have incorrect value:
Relevant log output
No response
Anything else
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: