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 2020/04/29 07:07:41 UTC

[spark] branch master updated (ea525fe -> 3680303)

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 ea525fe  [SPARK-31597][SQL] extracting day from intervals should be interval.days + days in interval.microsecond
     add 3680303  [SPARK-30282][SQL][FOLLOWUP] SHOW TBLPROPERTIES should support views

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |   2 +-
 .../spark/sql/catalyst/parser/AstBuilder.scala     |   2 +-
 .../spark/sql/catalyst/parser/DDLParserSuite.scala |   4 +-
 .../catalyst/analysis/ResolveSessionCatalog.scala  |   3 +
 .../spark/sql/execution/command/tables.scala       |  23 +++--
 .../sql-tests/inputs/show-tblproperties.sql        |  26 +++++
 .../sql-tests/results/show-tblproperties.sql.out   | 114 +++++++++++++++++++++
 .../sql/hive/execution/HiveCommandSuite.scala      |  17 +--
 8 files changed, 162 insertions(+), 29 deletions(-)
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/show-tblproperties.sql
 create mode 100644 sql/core/src/test/resources/sql-tests/results/show-tblproperties.sql.out


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