vicuna96 commented on issue #5582:
URL: https://github.com/apache/hudi/issues/5582#issuecomment-1272650095
Hi @nsivabalan , I see in Hudi version 0.11.0 with the remaining runtime
environment unchanged, that the "show create table ${tableName}" command in
spark-sql still doesn't register these properties. However, the upsert for this
version (0.11.0) goes through without raising a NullPointerException, and
HiveSyncTool is able successfully sync the changes.
```
scala> println(table.storage.properties ++ table.properties)
Map(hoodie.query.as.ro.table -> false, serialization.format -> 1,
transient_lastDdlTime -> 1663200570, last_commit_time_sync -> 20220915003838063)
```
--
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]