rshanmugam1 commented on issue #7244:
URL: https://github.com/apache/hudi/issues/7244#issuecomment-1329816147

   was using trino + open source hudi to read this.
   
   to simplify this,  tried using spark shell inside the emr, which also gives 
same thing.
   ```
   spark-shell --conf 
"spark.serializer=org.apache.spark.serializer.KryoSerializer" --conf 
"spark.sql.hive.convertMetastoreParquet=false" --jars 
/usr/lib/hudi/hudi-spark-bundle.jar,/usr/lib/spark/external/lib/spark-avro.jar
   
   spark.read.format("hudi").load("....").show(false)
    or 
   spark.sql("select * from db.table").show(false)
   ```
   
   also,  commit history.  in second commit, it shows only 1 upsert, it should 
had been 3 right?.
   ![Screen Shot 2022-11-28 at 2 00 46 
PM](https://user-images.githubusercontent.com/42749351/204390497-af2b11f4-e20e-414d-b297-a1219f7182b1.png)
   


-- 
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