From cea626355ff20ca7089bca84fe6d40111f44649b Mon Sep 17 00:00:00 2001 From: "Ma, Rong" Date: Tue, 19 Mar 2024 15:13:30 +0800 Subject: [PATCH] fix --- .../io/glutenproject/execution/TestOperator.scala | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/backends-velox/src/test/scala/io/glutenproject/execution/TestOperator.scala b/backends-velox/src/test/scala/io/glutenproject/execution/TestOperator.scala index fa6be51a2b1de..07c098aa751d6 100644 --- a/backends-velox/src/test/scala/io/glutenproject/execution/TestOperator.scala +++ b/backends-velox/src/test/scala/io/glutenproject/execution/TestOperator.scala @@ -797,16 +797,6 @@ class TestOperator extends VeloxWholeStageTransformerSuite { checkOperatorMatch[GenerateExecTransformer] } - // FIXME: coredump with null literal -// runQueryAndCompare(s""" -// |SELECT inline(array( -// | named_struct('c1', 0, 'c2', 1), -// | named_struct('c1', 2, 'c2', null), -// | null)); -// |""".stripMargin) { -// checkOperatorMatch[GenerateExecTransformer] -// } - // CreateArray: func(array(col)) withTempView("t1") { sql("""SELECT * from values