imrewang commented on issue #9513:
URL: https://github.com/apache/hudi/issues/9513#issuecomment-1699605979

   Now there are `snapshot data` `1 1 1` and `2 2 2`
   
   I **delete** `1 1 1` now, and then **update** `2 update 2` (**strict order 
of delete first and then update**)
   
   result:
   
   
![20230831-014645](https://github.com/apache/hudi/assets/94045136/75aad928-840d-473f-ae19-29d56019e625)
   
   # ^^^There is no **delete** operation in the **parquet** file
   
   sql `with` statement
   
   ```sql
    WITH (
     'connector' = 'hudi',
     'compaction.max_memory' = '1024',
     'write.task.max.size' = '2048',
     'write.merge.max_memory' = '1024',
     'write.operation' = 'upsert',
     'index.bootstrap.enabled' = 'true',
     'path' = 'hdfs://132.178.4.190:8020/user/hive/warehouse/test.db/scho',
     'write.tasks' = '1',
      'hive_sync.enable' = 'true',
     'hive_sync.mode' = 'hms',
     'hive_sync.metastore.uris' = 'thrift://132.178.4.190:9083',
     'hive_sync.table' = 'scho',
     'hive_sync.db' = 'test',
     'hive_sync.username' = '',
     'hive_sync.password' = '' )
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to