cloud-fan commented on a change in pull request #31245:
URL: https://github.com/apache/spark/pull/31245#discussion_r565346135



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/V2CommandExec.scala
##########
@@ -61,7 +61,7 @@ abstract class V2CommandExec extends SparkPlan {
 
   override def producedAttributes: AttributeSet = outputSet
 
-  protected def toCatalystRow(strs: String*): InternalRow = {
+  protected def toCatalystRow(strs: Any*): InternalRow = {

Review comment:
       accepting Any looks risky, how about we ask `ShowTablesExec` to pass 
"false"?




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

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