Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Mar 19, 2024
1 parent ffeaacc commit cea6263
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cea6263

Please sign in to comment.