leoyy0316 commented on issue #5932:
URL: https://github.com/apache/hudi/issues/5932#issuecomment-1163866883
@nsivabalan @YannByron
val df = spark.sql("select * from temp_db.hudi_mor_tbl_ts_delete limit 1")
df show the full record, and set ".option("hoodie.datasource.write.operation",
WriteOperationType.DELETE.value()) " in scala code when delete, i copy this
code from hudicode :HoodieDataSourceExample
i use spark3.0.1 some configs:
"spark.serializer": "org.apache.spark.serializer.KryoSerializer" ,
"spark.sql.extensions":
"org.apache.spark.sql.hudi.HoodieSparkSessionExtension",
I found a phenomenon, when I query from hive,the data successfully deleted,
but when i query from spark, the data not delete successfully
--
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]