atongpu opened a new issue, #9382:
URL: https://github.com/apache/incubator-gluten/issues/9382

   ### Description
   
   I encountered the issue described in the title while running the following 
SQL:
   
   > set spark.gluten.enabled=true;
   create TABLE test.test_gluten using parquet CLUSTERED BY (id) sorted by 
(name) INTO 1000 BUCKETS as select id, cast(id as string) as name from 
range(10000);
   
   ### Gluten version
   
   Gluten-1.5


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to