[ https://issues.apache.org/jira/browse/SPARK-20450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Herman van Hovell resolved SPARK-20450. --------------------------------------- Resolution: Fixed Assignee: Eric Liang Fix Version/s: 2.1.1 > Unexpected first-query schema inference cost with 2.1.1 RC > ---------------------------------------------------------- > > Key: SPARK-20450 > URL: https://issues.apache.org/jira/browse/SPARK-20450 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 2.1.1 > Reporter: Eric Liang > Assignee: Eric Liang > Fix For: 2.1.1 > > > https://issues.apache.org/jira/browse/SPARK-19611 fixes a regression from 2.0 > where Spark silently fails to read case-sensitive fields missing a > case-sensitive schema in the table properties. The fix is to detect this > situation, infer the schema, and write the case-sensitive schema into the > metastore. > However this can incur an unexpected performance hit the first time such a > problematic table is queried (and there is a high false-positive rate here > since most tables don't actually have case-sensitive fields). -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org