You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2019/05/22 03:36:22 UTC

[spark] branch master updated (c3c443c -> 03c9e8a)

This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from c3c443c  [SPARK-27698][SQL] Add new method `convertibleFilters` for getting pushed down filters in Parquet file reader
     add 03c9e8a  [SPARK-24586][SQL] Upcast should not allow casting from string to other types

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide-upgrade.md                |  2 +
 .../spark/sql/catalyst/analysis/Analyzer.scala     | 12 ++++--
 .../apache/spark/sql/catalyst/analysis/view.scala  |  4 +-
 .../spark/sql/catalyst/expressions/Cast.scala      | 47 +++++++++++----------
 .../org/apache/spark/sql/internal/SQLConf.scala    | 11 +++--
 .../org/apache/spark/sql/types/DataType.scala      |  2 +-
 .../catalyst/encoders/EncoderResolutionSuite.scala |  6 +--
 .../spark/sql/catalyst/expressions/CastSuite.scala | 49 ++++++++++++++--------
 .../types/DataTypeWriteCompatibilitySuite.scala    |  2 +-
 .../apache/spark/sql/hive/client/HiveShim.scala    |  2 +-
 10 files changed, 81 insertions(+), 56 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org