Skip to content

Commit

Permalink
added a testcase and renamed the allowCompatible param name.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpal committed Feb 27, 2024
1 parent 3a9be3a commit 0bc69e2
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 280 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ object SQLConf {
.createWithDefault(false)

val V2_BUCKETING_ALLOW_COMPATIBLE_TRANSFORMS =
buildConf("spark.sql.sources.v2.bucketing.allow.enabled")
buildConf("spark.sql.sources.v2.bucketing.allowCompatibleTransforms.enabled")
.doc("Whether to allow storage-partition join in the case where the partition transforms" +
"are compatible but not identical. This config requires both " +
s"${V2_BUCKETING_ENABLED.key} and ${V2_BUCKETING_PUSH_PART_VALUES_ENABLED.key} to be " +
Expand Down
Loading

0 comments on commit 0bc69e2

Please sign in to comment.