Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-4839

Export/Import: fetchType as "incremental" does full export instead of connected

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • atlas-core
    • None

    Description

      Create 2 tables

      1. create table iceberg_table_1(id int) stored as iceberg;
      2. 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.

      Attachments

        Activity

          People

            priyanshi.shah Priyanshi Shah
            sharmadhas Sharmadha S
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: