Skip to content

Commit

Permalink
skip for CH backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohahaha committed Nov 6, 2023
1 parent eb2e645 commit f56114c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ case class EncodeDecodeValidator() extends FunctionValidator {
object CHExpressionUtil {

final val CH_AGGREGATE_FUNC_BLACKLIST: Map[String, FunctionValidator] = Map(
MAX_BY -> DefaultValidator(),
MIN_BY -> DefaultValidator()
)

final val CH_BLACKLIST_SCALAR_FUNCTION: Map[String, FunctionValidator] = Map(
Expand Down

0 comments on commit f56114c

Please sign in to comment.