voonhous commented on issue #7444:
URL: https://github.com/apache/hudi/issues/7444#issuecomment-1352869676

   @xiarixiaoyao Thank you for the reply. 
   
   I tested your proposed fix. I'll like to add that the following changes had 
to be made in order for the proposed test to pass:
   
   The properties that you proposed were required in the `commonOpts` and 
needed to be set with `spark.sql(...)`.
   
   ```scala
   spark.sql("set hoodie.schema.on.read.enable=true")
   spark.sql("set hoodie.datasource.write.reconcile.schema=true")
   ```
   
   If one of the two are not done, the tests will still fail.


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

Reply via email to