xushiyan commented on a change in pull request #3289:
URL: https://github.com/apache/hudi/pull/3289#discussion_r753740519
##########
File path:
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HiveSyncConfig.java
##########
@@ -120,6 +120,9 @@
@Parameter(names = {"--spark-schema-length-threshold"}, description = "The
maximum length allowed in a single cell when storing additional schema
information in Hive's metastore.")
public int sparkSchemaLengthThreshold = 4000;
+ @Parameter(names = {"--hive-version"}, description = "hive version that hudi
use, not suggests user to specific", required = false)
Review comment:
@nsivabalan I also think this is confusing to allow user overwriting the
version, as we always retrieve the version info.
--
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]