gengliangwang commented on code in PR #35897:
URL: https://github.com/apache/spark/pull/35897#discussion_r843678890


##########
sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala:
##########
@@ -62,6 +62,9 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession 
with AdaptiveSpark
 
   setupTestData()
 
+  test("foo") {
+    sql("select try_to_binary('abc', 'utf-8')").show()
+  }

Review Comment:
   My bad. I was debugging.



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