Spark SQL LIMIT Clause Syntax Error: "limit 0,10"
The error message 'org.apache.kyuubi.KyuubiSQLException: org.apache.kyuubi.KyuubiSQLException: Error operating ExecuteStatement: org.apache.spark.sql.catalyst.parser.ParseException: mismatched input ',' expecting {
Here's the corrected query:
SELECT * FROM dwd_obu_sfc
LIMIT 10;
原文地址: https://www.cveoy.top/t/topic/qmB1 著作权归作者所有。请勿转载和采集!