PedroCorreiaLuis commented on pull request #26319:
URL: https://github.com/apache/spark/pull/26319#issuecomment-720675875


   > I agree with avoiding the compilation error. On the other hand, I think 
that we need to provide the better error message regarding the following case 
by seeing `Character.isJavaIdentifier()`, too.
   > 
   > WDYT?
   > 
   > ```
   > case class Foo(`1+something`: String)
   > val test = Seq(Foo("HelloWorld!")).toDS()
   > ```
   
   Not sure if I followed what you are proposing, since we can't do that test 
because it fails compilation, can you please explain it again?


----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to