HyukjinKwon commented on a change in pull request #26512: [SPARK-29493][SQL] 
Arrow MapType support
URL: https://github.com/apache/spark/pull/26512#discussion_r358259217
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -1525,7 +1525,7 @@ object SQLConf {
         "3. dapply " +
         "4. gapply " +
         "The following data types are unsupported: " +
-        "FloatType, BinaryType, ArrayType, StructType and MapType.")
+        "FloatType, ArrayType, and StructType.")
 
 Review comment:
   SparkR Arrow optimization still won't work due to 
https://github.com/apache/spark/blob/93ea353cae0ccc187028f79024b239893ebaeb96/R/pkg/R/types.R#L87-L120
   
   You can revert this change back. Let's do this separately in a separate PR.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to