[GitHub] spark pull request #13720: [SPARK-16004] [SQL] Correctly display "Last Acces...

2017-06-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13720 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #13720: [SPARK-16004] [SQL] Correctly display "Last Acces...

2017-05-23 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/13720#discussion_r118099674 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -265,6 +265,23 @@ class DDLSuite extends QueryTest with

[GitHub] spark pull request #13720: [SPARK-16004] [SQL] Correctly display "Last Acces...

2017-05-23 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/13720#discussion_r118099293 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala --- @@ -180,7 +180,8 @@ case class CatalogTable(

[GitHub] spark pull request #13720: [SPARK-16004] [SQL] Correctly display "Last Acces...

2017-05-23 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/13720#discussion_r118099184 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -265,6 +265,23 @@ class DDLSuite extends QueryTest with

[GitHub] spark pull request #13720: [SPARK-16004] [SQL] Correctly display "Last Acces...

2016-06-28 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/13720#discussion_r68855824 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/tables.scala --- @@ -522,7 +523,7 @@ case class DescribeTableCommand(table:

[GitHub] spark pull request #13720: [SPARK-16004] [SQL] Correctly display "Last Acces...

2016-06-28 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/13720#discussion_r68855663 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala --- @@ -180,7 +180,8 @@ case class CatalogTable(

[GitHub] spark pull request #13720: [SPARK-16004] [SQL] Correctly display "Last Acces...

2016-06-28 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/13720#discussion_r68748314 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala --- @@ -180,7 +180,8 @@ case class CatalogTable(

[GitHub] spark pull request #13720: [SPARK-16004] [SQL] Correctly display "Last Acces...

2016-06-25 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/13720#discussion_r68485226 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/interface.scala --- @@ -180,7 +180,8 @@ case class CatalogTable(