Joel Croteau created SPARK-24358: ------------------------------------ Summary: createDataFrame in Python should be able to infer bytes type as Binary type Key: SPARK-24358 URL: https://issues.apache.org/jira/browse/SPARK-24358 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 2.3.0 Reporter: Joel Croteau
createDataFrame can infer Python's bytearray type as a Binary. Since bytes is just the immutable, hashable version of this same structure, it makes sense for the same thing to apply there. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org