Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-12497

thriftServer does not support semicolon in sql

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.5.2
    • None
    • SQL
    • None

    Description

      0: jdbc:hive2://192.168.128.130:14005> SELECT ';' from tx_1 limit 1 ;
      Error: org.apache.spark.sql.AnalysisException: cannot recognize input near '<EOF>' '<EOF>' '<EOF>' in select clause; line 1 pos 8 (state=,code=0)
      0: jdbc:hive2://192.168.128.130:14005>
      0: jdbc:hive2://192.168.128.130:14005> select '\;' from tx_1 limit 1 ;
      Error: org.apache.spark.sql.AnalysisException: cannot recognize input near '<EOF>' '<EOF>' '<EOF>' in select clause; line 1 pos 9 (state=,code=0)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              nilone2 nilonealex
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: