Hyukjin Kwon created SPARK-25785: ------------------------------------ Summary: Add prettyNames for from_json, to_json, from_csv, and schema_of_json Key: SPARK-25785 URL: https://issues.apache.org/jira/browse/SPARK-25785 Project: Spark Issue Type: Improvement Components: SQL Affects Versions: 3.0.0 Reporter: Hyukjin Kwon
from_json, to_json, from_csv, and schema_of_json do not have pretty names so the column names are not pretty. For instance, {code} struct<schemaofjson({"c1":01, "c2":0.1}):string> {code} -- 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