Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Fourny committed Mar 13, 2024
1 parent b81cf1c commit 553dcb8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,8 @@ public static FlworDataFrame tryNativeQuery(
.sparkSession()
.sql(
String.format(
"select * from %s where %s",
// Spark SQL but confusing where (FALSE) with a table and column name.
"select * from %s where true and %s",
input,
nativeQuery.getResultingQuery()
)
Expand Down

0 comments on commit 553dcb8

Please sign in to comment.