HyukjinKwon commented on code in PR #36344:
URL: https://github.com/apache/spark/pull/36344#discussion_r858233808
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/PartitioningUtils.scala:
##########
@@ -486,6 +486,12 @@ object PartitioningUtils extends SQLConfHelper{
DateType
}
+ val binaryTry = Try {
+ val binaryValue = Hex.unhex(raw.getBytes())
Review Comment:
Wouldn't this infer binary type virally from all the string types?
--
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]