File tree Expand file tree Collapse file tree
spark/src/test/scala/org/apache/comet Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -781,14 +781,13 @@ class CometArrayExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelp
781781 test(" array_reverse - fallback for binary array" ) {
782782 val fallbackReason =
783783 if (CometConf .COMET_NATIVE_SCAN_IMPL .key == CometConf .SCAN_NATIVE_COMET || sys.env
784- .getOrElse(" COMET_PARQUET_SCAN_IMPL" , " " ) == CometConf .SCAN_NATIVE_COMET ) {
784+ .getOrElse(" COMET_PARQUET_SCAN_IMPL" , " " ) == CometConf .SCAN_NATIVE_COMET ) {
785785 " Unsupported schema"
786786 } else {
787787 CometArrayReverse .unsupportedReason
788788 }
789789 withTable(" t1" ) {
790- sql(
791- """ create table t1 using parquet as
790+ sql(""" create table t1 using parquet as
792791 select cast(null as array<binary>) c1, cast(array() as array<binary>) c2
793792 from range(10)
794793 """ )
You can’t perform that action at this time.
0 commit comments