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 2022/03/08 05:53:25 UTC

[GitHub] [spark] yutoacts commented on pull request #35759: [SPARK-38103][SQL] Migrate parsing errors of transform into the new error framework

yutoacts commented on pull request #35759:
URL: https://github.com/apache/spark/pull/35759#issuecomment-1061431316


   @MaxGekk As far as I attemptted, there is no SQL statement that triggers `notEnoughArgumentsForTransformError` and `invalidTransformArgumentError` for now. 
   For instance, the statement `CREATE TABLE table(col int) PARTITIONED BY (years())` ends up causing the error message generated by parser instead of `notEnoughArgumentsForTransformError` generated by `AstBuilder`.
   
   I would like to know if there's any statement that triggers those two exceptions.


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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



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