Skip to content

Commit

Permalink
fix format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyangxiaozhu committed Jul 10, 2024
1 parent 1f1c02f commit ce40970
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import org.apache.spark.sql.functions.{expr, input_file_name}
class GlutenColumnExpressionSuite extends ColumnExpressionSuite with GlutenSQLTestsTrait {
import testImplicits._
testGluten(
"input_file_name, input_file_block_start and input_file_block_length should fall back if scan falls back") {
"input_file_name, input_file_block_start and input_file_block_length " +
"should fall back if scan falls back") {
withSQLConf(("spark.gluten.sql.columnar.filescan", "false")) {
withTempPath {
dir =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import org.apache.spark.sql.functions.{expr, input_file_name}
class GlutenColumnExpressionSuite extends ColumnExpressionSuite with GlutenSQLTestsTrait {
import testImplicits._
testGluten(
"input_file_name, input_file_block_start and input_file_block_length should fall back if scan falls back") {
"input_file_name, input_file_block_start and input_file_block_length " +
"should fall back if scan falls back") {
withSQLConf(("spark.gluten.sql.columnar.filescan", "false")) {
withTempPath {
dir =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import org.apache.spark.sql.functions.{expr, input_file_name}
class GlutenColumnExpressionSuite extends ColumnExpressionSuite with GlutenSQLTestsTrait {
import testImplicits._
testGluten(
"input_file_name, input_file_block_start and input_file_block_length should fall back if scan falls back") {
"input_file_name, input_file_block_start and input_file_block_length " +
"should fall back if scan falls back") {
withSQLConf(("spark.gluten.sql.columnar.filescan", "false")) {
withTempPath {
dir =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import org.apache.spark.sql.functions.{expr, input_file_name}
class GlutenColumnExpressionSuite extends ColumnExpressionSuite with GlutenSQLTestsTrait {
import testImplicits._
testGluten(
"input_file_name, input_file_block_start and input_file_block_length should fall back if scan falls back") {
"input_file_name, input_file_block_start and input_file_block_length " +
"should fall back if scan falls back") {
withSQLConf(("spark.gluten.sql.columnar.filescan", "false")) {
withTempPath {
dir =>
Expand Down

0 comments on commit ce40970

Please sign in to comment.