minihippo commented on a change in pull request #3173:
URL: https://github.com/apache/hudi/pull/3173#discussion_r770609328
##########
File path:
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala
##########
@@ -526,6 +526,12 @@ object DataSourceWriteOptions {
.noDefaultValue()
.withDocumentation("Mode to choose for Hive ops. Valid values are hms,
jdbc and hiveql.")
+ // bucketSpec: CLUSTERED BY (trace_id) SORTED BY (trace_id ASC) INTO 65536
BUCKETS
Review comment:
> add this to the doc? is this an example bucket spec?
user documents ? yes, hive style.
--
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]