Skip to content

Commit

Permalink
Enable json_array_length
Browse files Browse the repository at this point in the history
  • Loading branch information
WangGuangxin committed Feb 28, 2025
1 parent e771fbe commit 5858b68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ abstract class ScalarFunctionsValidateSuite extends FunctionsValidateSuite {
}
}

ignore("json_array_length") {
test("json_array_length") {
runQueryAndCompare(
s"select *, json_array_length(string_field1) " +
s"from datatab limit 5")(checkGlutenOperatorMatch[ProjectExecTransformer])
Expand Down
1 change: 0 additions & 1 deletion cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const std::unordered_set<std::string> kBlackList = {
"split_part",
"factorial",
"from_json",
"json_array_length",
"trunc",
"sequence",
"approx_percentile",
Expand Down

0 comments on commit 5858b68

Please sign in to comment.