You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2019/04/23 09:20:08 UTC

[GitHub] [kylin] sickate opened a new pull request #618: KYLIN-3969 Fix Beeline meta data parser on partition information

sickate opened a new pull request #618: KYLIN-3969 Fix Beeline meta data parser on partition information
URL: https://github.com/apache/kylin/pull/618
 
 
   https://issues.apache.org/jira/browse/KYLIN-3969
   
   In CLI + Hive2, "desc formatted tablename" outputs following text at "Partition Information" section:
   ```
   # Partition Information
   # col_name data_type comment
   
   pt string
   ```
   And the code checks if the blank line exists.
   
   But with Beeline client and Hive 3, the output becomes: 
   ```
   | # Partition Information       | NULL                                               | NULL                  |
   | # col_name                    | data_type                                          | comment               |
   | pt                            | string                                             |                       |
   ```
   
   The blank line is gone, which causes problem when user trying to load table.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services