You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/10/09 23:17:44 UTC

[GitHub] [hudi] vicuna96 commented on issue #5582: [SUPPORT] NullPointerException in merge into Spark Sql HoodieSparkSqlWriter$.mergeParamsAndGetHoodieConfig

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org