study-day commented on issue #4173:
URL: https://github.com/apache/carbondata/issues/4173#issuecomment-883815940


   1. it is hive beeline 
   ```
   0: jdbc:hive2://hadoop-node-1:10000> show create table  test_table;
   
+------------------------------------------------------------------------------------------------------------------------------------+--+
   |                                                           createtab_stmt   
                                                        |
   
+------------------------------------------------------------------------------------------------------------------------------------+--+
   | CREATE TABLE `test_table` (`id` STRING, `name` STRING, `city` STRING, 
`age` INT)
   USING carbondata
   OPTIONS (
     `indexInfo` '[]'
   )
     |
   
+------------------------------------------------------------------------------------------------------------------------------------+--+
   1 row selected (0.493 seconds)
   
   ```


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

To unsubscribe, e-mail: issues-unsubscr...@carbondata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to