LuciferYang commented on code in PR #46984:
URL: https://github.com/apache/spark/pull/46984#discussion_r1642209941


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/StringUtils.scala:
##########
@@ -66,12 +66,6 @@ object StringUtils extends Logging {
     "(?s)" + out.result() // (?s) enables dotall mode, causing "." to match 
new lines
   }
 
-  /**

Review Comment:
   both `org.apache.spark.sql.catalyst.util.StringUtils` and `getHexString` are 
public, should we keep them?
   
   



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

Reply via email to