AngersZhuuuu opened a new pull request #29428:
URL: https://github.com/apache/spark/pull/29428


   ### What changes were proposed in this pull request?
   For SQL
   ```
   SELECT TRANSFORM(a, b, c)
     ROW FORMAT DELIMITED
     FIELDS TERMINATED BY ','
     LINES TERMINATED BY '\n'
     NULL DEFINED AS 'null'
     USING 'cat' AS (a, b, c)
     ROW FORMAT DELIMITED
     FIELDS TERMINATED BY ','
     LINES TERMINATED BY '\n'
     NULL DEFINED AS 'NULL'
   FROM testData
   ```
   The correct 
   
   TOK_TABLEROWFORMATFIELD should be `, `nut actually ` ','`
   
   TOK_TABLEROWFORMATLINES should be `\n`  but actually` '\n'`
   
   
   ### Why are the changes needed?
   Fix string value format
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Added UT


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to