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

   **_Tips before filing an issue_**
   
   - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
   - yes
   
   - 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.
   
   **Describe the problem you faced**
   
   A clear and concise description of the problem.
   I upserted some data into a MOR table using spark (java code) with hive sync 
enabled using HMS. When i read this data on spark shell using output path or  
db.employee_test_mor_rt  ,  i get the correct output, records are read from 
.log files as expected and same from hive.
   But on reading this data from trino for employee_test_mor_rt table, i get 
the output from last commits only and not from .log files of MOR table.
    
   
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1. Upsert data using spark multiple times , so there are multiple .log files 
with hive sync enabled using HMS/jdbc
   2. Read through trino 410 (latest) using hudi connector
   
   **Expected behavior**
   
   A clear and concise description of what you expected to happen.
   
   **Environment Description**
   
   * Hudi version : 0.12.2
   
   * Spark version : 3.2.0
   
   * Hive version : 3.1.2_1
   
   * Hadoop version : Hadoop 3.2.1
   
   * Storage (HDFS/S3/GCS..) : HDFS
   
   * 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