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

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