We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
若子查询没有设置 alias,SparkSqlHelper.parseStatement() 会报错,输入的 statement 会被解析成两段 SQL
SparkSqlHelper.parseStatement()
测试用例 queryTest3()(去除该子查询的别名 b):
superior-sql-parser/superior-spark-parser/src/test/kotlin/io/github/melin/superior/parser/spark/SparkSqlParserTest.kt
Line 1352 in 9846212
The text was updated successfully, but these errors were encountered:
No branches or pull requests
若子查询没有设置 alias,
SparkSqlHelper.parseStatement()
会报错,输入的 statement 会被解析成两段 SQL测试用例 queryTest3()(去除该子查询的别名 b):
superior-sql-parser/superior-spark-parser/src/test/kotlin/io/github/melin/superior/parser/spark/SparkSqlParserTest.kt
Line 1352 in 9846212
The text was updated successfully, but these errors were encountered: