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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
