Nitin-Kashyap commented on PR #27784:
URL: https://github.com/apache/doris/pull/27784#issuecomment-1835437632

   > Hi @Nitin-Kashyap , thanks for your contribution. Could you please provide 
some `create table` stmt of hive table on spark side, so that we can test this 
case?
   
   Please find the sample test I used for this case: -
   
   ```SQL
   CREATE TABLE parquet_test (
        user_id INT,
        key       VARCHAR(20),
        part      VARCAHAR(10)
   )
   USING parquet
   PARTITIONED BY (part)
   CLUSTERED BY (user_id) INTO 3 BUCKETS;
   
   INSERT INTO parquet_test2 VALUES (31, 'U31', 'IN'),  (11,'U11','IN'), (21, 
'U21', 'IN');
   
   ```


-- 
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: commits-unsubscr...@doris.apache.org

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


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

Reply via email to