nsivabalan commented on issue #5932:
URL: https://github.com/apache/hudi/issues/5932#issuecomment-1163662167
did you verify that
```
val df = spark.sql("select * from temp_db.hudi_mor_tbl_ts_delete limit 1")
```
above df was valid and did show the full record? bcoz, we do have unit tests
around this. So, not sure how this is failing. Are you sure you are setting the
operation type correctly to "delete" ?
Infact our quick start goes through similar example.
CC @minihippo @YannByron : Is there anything specific to spark-sql layer
that could impact how deletes are done.
--
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]