Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Create 2 tables
- create table iceberg_table_1(id int) stored as iceberg;
- create table hive_table_1(id int);
Export iceberg table using fetchType incremental and changeMarker 0
Import the zip.
Expectation is only iceberg_table to be exported and imported, but it does full export and hive_table_1 is also imported.