Skip to content

Commit 07f2d78

Browse files
committed
Add BinaryType to configuration description
1 parent 36617e4 commit 07f2d78

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/internal

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ object SQLConf {
10641064
"for use with pyspark.sql.DataFrame.toPandas, and " +
10651065
"pyspark.sql.SparkSession.createDataFrame when its input is a Pandas DataFrame. " +
10661066
"The following data types are unsupported: " +
1067-
"MapType, ArrayType of TimestampType, and nested StructType.")
1067+
"BinaryType, MapType, ArrayType of TimestampType, and nested StructType.")
10681068
.booleanConf
10691069
.createWithDefault(false)
10701070

0 commit comments

Comments
 (0)