kiszk commented on pull request #26319:
URL: https://github.com/apache/spark/pull/26319#issuecomment-722542013
Oh, I realized that I made a mistake again. Sorry for my bad.
I imagine that the following code would also throw an exception at the code
gen even as you pointed out in the JIRA entry if the first character is valid.
Am I correct?
```
case class Foo(`a+something`: String)
val test = Seq(Foo("HelloWorld!")).toDS()
```
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]