Skip to content

Commit

Permalink
nit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aastha25 committed Aug 30, 2023
1 parent cc9a885 commit d772be9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private static SqlNode constructSparkSqlNode(RelNode sparkRelNode, Set<SparkUDFI
return sparkSqlNode.accept(new SparkSqlRewriter());
}

private static String constructSparkSQL(SqlNode sparkSqlNode) {
public static String constructSparkSQL(SqlNode sparkSqlNode) {
return sparkSqlNode.toSqlString(SparkSqlDialect.INSTANCE).getSql();
}

Expand Down

0 comments on commit d772be9

Please sign in to comment.