sarutak commented on PR #54467: URL: https://github.com/apache/spark/pull/54467#issuecomment-3959700130
@pan3793 Usually, serdeName is not set but some systems set this field as a marker to tell something to readers. One possible use case is converting `HiveTableRelation` to another datasource using custom extensions like [RelationConversions](https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveStrategies.scala#L262). serdeName can be used as a hint. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
