You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2018/12/10 15:15:17 UTC

[GitHub] sadhen opened a new pull request #23276: [SPARK-26321][SQL] Split a SQL in a correct way

sadhen opened a new pull request #23276: [SPARK-26321][SQL] Split a SQL in a correct way
URL: https://github.com/apache/spark/pull/23276
 
 
   ## What changes were proposed in this pull request?
   
   Split a SQL in a correct way
   
   ## How was this patch tested?
   Manually tested:
   ```
   $ ./build/mvn -Phive-thriftserver -DskipTests package
   $ bin/spark-sql
   > select "^;^";
   ```
   
   Unit Tests:
   ```
   $ build/sbt -Phive-thriftserver
   > project hive-thriftserver
   > testOnly *SparkSQLCLIDriverSuite
   > project catalyst
   > testOnly *StringUtilsSuite
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org