MaxGekk commented on pull request #28328:
URL: https://github.com/apache/spark/pull/28328#issuecomment-619420729


   @dongjoon-hyun I have rebased but the test from this PR starts failing. The 
function `convertToScala(elem, child.dataType)` doesn't convert `UTF8String` to 
`String` because `child.dataType` is `NullType` when InSet is created from 
`isInCollection`.
   
   The test passed here because I don't wrap the result of `convertToScala` by 
Literal.
   
   Probably, we need to revert 
https://github.com/apache/spark/commit/7d8216a6642f40af0d1b623129b1d5f4c86bec68 
. Sorry, my bad.


----------------------------------------------------------------
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]

Reply via email to