GitHub user bomeng opened a pull request:

    https://github.com/apache/spark/pull/13720

    [SPAKR-16004] [SQL] improve the disply of CatalogTable information

    ## What changes were proposed in this pull request?
    
    A few issues found when running "describe extended | formatted [tableName]" 
command:
    
    1. The last access time is incorrectly displayed something like "Last 
Access Time: |Wed Dec 31 15:59:59 PST 1969", I think we should display as 
"UNKNOWN" as Hive does;
    
    2. Owner is always empty, instead of the current login user, who creates 
the table;
    
    3. Comments fields display "null" instead of empty string when commend is 
None;
    
    ## How was this patch tested?
    
    Currently, I have manually tested them - it is very straight-forward to 
test, but hard to write test cases for them.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bomeng/spark SPARK-16004

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/13720.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #13720
    
----
commit 358ac0d2e9b27bcf7c3d0448555497b60fc20dd5
Author: bomeng <bm...@us.ibm.com>
Date:   2016-06-16T23:21:39Z

    improve the disply of CatalogTable information

----


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to