You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/03/05 10:09:54 UTC

[GitHub] [spark] rednaxelafx commented on pull request #31733: [SPARK-34607][SQL] Add `Utils.isMemberClass` to fix a malformed class name error on jdk8u

rednaxelafx commented on pull request #31733:
URL: https://github.com/apache/spark/pull/31733#issuecomment-791318445


   > I rename all of OuterLevelWithVeryVeryVeryLongClassNameX to OuterLX, it works.
   
   Reducing the length of the class name will fail to reproduce the original issue.
   Could you please try an experiment: after you've renamed the nested classes in the test case to shorter names, remove the fix itself (i.e. change the call site from `Utils.isMemberClass` back to `cls.isMemberClass`), and see if the test case can still reproduce a "Malformed class name" error?
   
   Thanks!


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



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