79286743

Date: 2024-12-17 05:10:27
Score: 3
Natty:
Report link

Thanks to @kkrugler I was able to solve this by changing Types.LIST(Types.TUPLE(tupleTypeInfo))) with Types.LIST(tupleTypeInfo)) where tupleTypeInfo is defined in my question. Not sure why this works and not the former notation but the class is now recognized by the POJO serializer.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @kkrugler
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: K.M