maropu commented on a change in pull request #31764:
URL: https://github.com/apache/spark/pull/31764#discussion_r589182718
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/encoders/ExpressionEncoderSuite.scala
##########
@@ -214,7 +214,8 @@ class ExpressionEncoderSuite extends
CodegenInterpretedPlanTest with AnalysisTes
OuterScopes.addOuterScope(MalformedClassObject)
encodeDecodeTest(
MalformedClassObject.MalformedNameExample(42),
- "nested Scala class should work")
+ "nested Scala class should work",
+ useFallback = true)
Review comment:
How about leaving some comments here about why we need the fallback
based on the Kris investigation?
https://github.com/apache/spark/pull/31709#issuecomment-791275810
----------------------------------------------------------------
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]