AngersZhuuuu commented on pull request #29085:
URL: https://github.com/apache/spark/pull/29085#issuecomment-657550973


   > can you explain the serde part? How can we do script transformation in 
sql/core without the hive serde lib?
   
   In most case, we won't use script with serde, so  we can implement script 
transform in sql/core first only with default format.
   You can see the code, when inputSerdeClass & outputSerdeClass is empty,  the 
code script use won't relay on hive.
   
   In our product, we don't have transform script  with serde.
   And we can discusses if we need to support spark's  serde in sql/core.


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