Skip to content

Commit

Permalink
disable make_ym_interval for ch
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Mar 25, 2024
1 parent 78bd925 commit 4660f58
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ object CHExpressionUtil {
MONOTONICALLY_INCREASING_ID -> DefaultValidator(),
SPARK_PARTITION_ID -> DefaultValidator(),
SKEWNESS -> DefaultValidator(),
BIT_LENGTH -> DefaultValidator()
BIT_LENGTH -> DefaultValidator(),
MAKE_YM_INTERVAL -> DefaultValidator()
)
}

0 comments on commit 4660f58

Please sign in to comment.