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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
