[GLUTEN-8670][VL] ColumnarPartialProject supports udfs in FilterExec #32403
Triggered via pull request
February 20, 2025 15:42
WangGuangxin
synchronize
#8671
Status
Success
Total duration
15s
Artifacts
–
Annotations
13 errors
GlutenSQLQueryTestSuite.udf/udf-cross-join.sql - Scala UDF:
org/apache/spark/sql/GlutenSQLQueryTestSuite#L330
udf/udf-cross-join.sql - Scala UDF
Expected "struct<[k:string,v1:int,k:string,v2:int]>", but got "struct<[]>" Schema did not match for query #5
SELECT * FROM nt1 cross join nt2 where udf(nt1.v1) = "1" and udf(nt2.v2) = "22": -- !query
SELECT * FROM nt1 cross join nt2 where udf(nt1.v1) = "1" and udf(nt2.v2) = "22"
-- !query schema
struct<>
-- !query output
java.lang.ArrayIndexOutOfBoundsException
4
|
GlutenSQLQueryTestSuite.udf/postgreSQL/udf-select_having.sql - Scala UDF:
org/apache/spark/sql/GlutenSQLQueryTestSuite#L330
udf/postgreSQL/udf-select_having.sql - Scala UDF
Expected "struct<[one:int]>", but got "struct<[]>" Schema did not match for query #19
SELECT 1 AS one FROM test_having HAVING udf(udf(1) < udf(2)): -- !query
SELECT 1 AS one FROM test_having HAVING udf(udf(1) < udf(2))
-- !query schema
struct<>
-- !query output
java.lang.ArrayIndexOutOfBoundsException
null
|
|
|
GlutenSQLQueryTestSuite.udf/udf-cross-join.sql - Scala UDF:
org/apache/spark/sql/GlutenSQLQueryTestSuite#L341
udf/udf-cross-join.sql - Scala UDF
Expected "struct<[k:string,v1:int,k:string,v2:int]>", but got "struct<[]>" Schema did not match for query #5
SELECT * FROM nt1 cross join nt2 where udf(nt1.v1) = "1" and udf(nt2.v2) = "22": -- !query
SELECT * FROM nt1 cross join nt2 where udf(nt1.v1) = "1" and udf(nt2.v2) = "22"
-- !query schema
struct<>
-- !query output
java.lang.ArrayIndexOutOfBoundsException
Index 4 out of bounds for length 4
|
GlutenSQLQueryTestSuite.udf/postgreSQL/udf-select_having.sql - Scala UDF:
org/apache/spark/sql/GlutenSQLQueryTestSuite#L341
udf/postgreSQL/udf-select_having.sql - Scala UDF
Expected "struct<[one:int]>", but got "struct<[]>" Schema did not match for query #19
SELECT 1 AS one FROM test_having HAVING udf(udf(1) < udf(2)): -- !query
SELECT 1 AS one FROM test_having HAVING udf(udf(1) < udf(2))
-- !query schema
struct<>
-- !query output
java.lang.ArrayIndexOutOfBoundsException
null
|
GlutenSQLQueryTestSuite.udf/udf-cross-join.sql - Scala UDF:
org/apache/spark/sql/GlutenSQLQueryTestSuite#L341
udf/udf-cross-join.sql - Scala UDF
Expected "struct<[k:string,v1:int,k:string,v2:int]>", but got "struct<[]>" Schema did not match for query #5
SELECT * FROM nt1 cross join nt2 where udf(nt1.v1) = "1" and udf(nt2.v2) = "22": -- !query
SELECT * FROM nt1 cross join nt2 where udf(nt1.v1) = "1" and udf(nt2.v2) = "22"
-- !query schema
struct<>
-- !query output
java.lang.ArrayIndexOutOfBoundsException
4
|
GlutenSQLQueryTestSuite.udf/postgreSQL/udf-select_having.sql - Scala UDF:
org/apache/spark/sql/GlutenSQLQueryTestSuite#L341
udf/postgreSQL/udf-select_having.sql - Scala UDF
Expected "struct<[one:int]>", but got "struct<[]>" Schema did not match for query #19
SELECT 1 AS one FROM test_having HAVING udf(udf(1) < udf(2)): -- !query
SELECT 1 AS one FROM test_having HAVING udf(udf(1) < udf(2))
-- !query schema
struct<>
-- !query output
java.lang.ArrayIndexOutOfBoundsException
null
|
|
|
|
GlutenSQLQueryTestSuite.udf/udf-cross-join.sql - Scala UDF:
org/apache/spark/sql/GlutenSQLQueryTestSuite#L343
udf/udf-cross-join.sql - Scala UDF
Expected "struct<[k:string,v1:int,k:string,v2:int]>", but got "struct<[]>" Schema did not match for query #5
SELECT * FROM nt1 cross join nt2 where udf(nt1.v1) = "1" and udf(nt2.v2) = "22": -- !query
SELECT * FROM nt1 cross join nt2 where udf(nt1.v1) = "1" and udf(nt2.v2) = "22"
-- !query schema
struct<>
-- !query output
java.lang.ArrayIndexOutOfBoundsException
4
|
GlutenSQLQueryTestSuite.udf/postgreSQL/udf-select_having.sql - Scala UDF:
org/apache/spark/sql/GlutenSQLQueryTestSuite#L343
udf/postgreSQL/udf-select_having.sql - Scala UDF
Expected "struct<[one:int]>", but got "struct<[]>" Schema did not match for query #19
SELECT 1 AS one FROM test_having HAVING udf(udf(1) < udf(2)): -- !query
SELECT 1 AS one FROM test_having HAVING udf(udf(1) < udf(2))
-- !query schema
struct<>
-- !query output
java.lang.ArrayIndexOutOfBoundsException
null
|