You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/07/08 07:59:06 UTC

[GitHub] [spark] wangyum opened a new pull request #25073: [SPARK-28293][SQL] Implement Spark's own GetTableTypesOperation

wangyum opened a new pull request #25073: [SPARK-28293][SQL] Implement Spark's own GetTableTypesOperation
URL: https://github.com/apache/spark/pull/25073
 
 
   ## What changes were proposed in this pull request?
   
   The table type is from Hive now. This will have some issues. For example, we don't support `index_table`, different Hive supports different table types:
   Build with Hive 1.2.1:
   ![image](https://user-images.githubusercontent.com/5399861/60792689-be38b880-a198-11e9-82b8-868992a505e3.png)
   Build with Hive 2.3.5:
   ![image](https://user-images.githubusercontent.com/5399861/60792727-d4467900-a198-11e9-952c-210bb7bb3bed.png)
   
   
   This pr implement Spark's own `GetTableTypesOperation`.
   
   ## How was this patch tested?
   
   unit tests
   

----------------------------------------------------------------
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

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