xianzhe-databricks commented on code in PR #52467:
URL: https://github.com/apache/spark/pull/52467#discussion_r2411792079
##########
python/docs/source/tutorial/sql/type_conversions.rst:
##########
@@ -67,6 +67,9 @@ are listed below:
* - spark.sql.execution.pandas.inferPandasDictAsMap
- When enabled, Pandas dictionaries are inferred as MapType. Otherwise,
they are inferred as StructType.
- False
+ * - spark.sql.execution.pyspark.binaryAsBytes
+ - Introduced in Spark 4.1.0. When enabled, BinaryType is mapped
consistently to Python bytes; when disabled, matches the PySpark default
behavior before 4.1.0.
Review Comment:
I end up explaining more in the definition of
`spark.sql.execution.pyspark.binaryAsBytes` in the SQL conf as it is really
long...
--
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]