yihua commented on code in PR #6362: URL: https://github.com/apache/hudi/pull/6362#discussion_r943928814
########## website/docs/schema_evolution.md: ########## @@ -31,10 +31,12 @@ spark-sql --packages org.apache.hudi:hudi-spark3-bundle_2.12:0.11.1,org.apache.s --conf 'spark.sql.catalog.spark_catalog=org.apache.spark.sql.hudi.catalog.HoodieCatalog' ``` -After start spark-app, pls exec `set schema.on.read.enable=true` to enable schema evolution. +After start spark-app, pls exec `set hoodie.schema.on.read.enable=true` to enable schema evolution. -:::note -Currently, Schema evolution cannot disabled once being enabled. Review Comment: @KnightChess could you keep this? -- 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]
