manuzhang commented on PR #29516: URL: https://github.com/apache/spark/pull/29516#issuecomment-1109247609
Same issue as @koertkuipers. Even if explicitly setting comment to something else, we still can't select rows with a column value `#` in Spark 2.3.1 (univocity-parser 2.5.9) ``` select * from table where column = '#' ``` -- 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]
