koochiswathiTR opened a new issue, #7919:
URL: https://github.com/apache/hudi/issues/7919

   **_Tips before filing an issue_**
   
   - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
   
   - Join the mailing list to engage in conversations and get faster support at 
[email protected].
   
   - If you have triaged this as a bug, then file an 
[issue](https://issues.apache.org/jira/projects/HUDI/issues) directly.
   
   Ours is a spark streaming application, We ingest data with 5 mints of batch 
interval, We use MOR HUDI table to store data in parquet file.
   If a record with RECORDKEY_FIELD  ID1 , ID2  has come in first batch and 
after compaction 1.parquet will be created.
   If a record with ID1 has come in 10th batch will new parquet file 
(2.parquet) will created with ID1 n ID2 by deleting 1.parqet file?
   Or 2.parquet file will be created with ID1 and 1.parquet file will still 
exits as ID2 record exits in 1.parquet file?
   Please help me here in understanding.
   
   
   
   
   **Environment Description** 
   
   * Hudi version : 0.11.1
   
   * Spark version : 3.1.2
   
   * Hive version : NA
   
   * Hadoop version :
   
   * Storage (HDFS/S3/GCS..) : S3
   
   * Running on Docker? (yes/no) : NO
   
   
   **Additional context**
   
   Add any other context about the problem here.
   
   **Stacktrace**
   
   ```Add the stacktrace of the error.```
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to