You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/10/13 03:30:53 UTC

[GitHub] [hudi] Zouxxyy commented on issue #6931: SparkSQL create hudi DDL do not support hoodie.datasource.write.operation = 'insert'

Zouxxyy commented on issue #6931:
URL: https://github.com/apache/hudi/issues/6931#issuecomment-1276979842

   You are actually in insert mode, but since the record is in the same filegroup, there show no duplicate key records.
   
   If you add a configuration `set hoodie.parquet.small.file.limit=0`, you will then find duplicate key records because the record is written to different Filegroups.


-- 
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-unsubscribe@hudi.apache.org

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