amaliujia commented on code in PR #36344:
URL: https://github.com/apache/spark/pull/36344#discussion_r861455372
##########
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:
I will revert this change. Sorry I just realized this PR is not complete
yet. I have converted this to a draft RP.
--
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]