MaxGekk commented on PR #38864: URL: https://github.com/apache/spark/pull/38864#issuecomment-1342680862
After switching from `@` to `:`, I got many parsing errors (see [link](https://github.com/MaxGekk/spark/runs/9964396959)): ``` SchemaPruningSuite.prune schema by the requested fields org.apache.spark.sql.catalyst.parser.ParseException: [PARSE_SYNTAX_ERROR] Syntax error at or near ':int'(line 1, pos 10) == SQL == a struct<a:int, b:int>, b int ----------^^^ ``` -- 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]
