FelixYBW commented on PR #11461:
URL: 
https://github.com/apache/incubator-gluten/pull/11461#issuecomment-3782081168

   Cluster format still have fallback shuffle
   
   SQL:
   ```
           spark.sql(f''' CREATE TABLE {databasename}.{tbl}
                       USING DELTA
                       TBLPROPERTIES (
                         delta.autoOptimize.autoCompact = true,
                         delta.autoOptimize.optimizeWrite = true,
                         delta.dataSkippingNumIndexedCols = 128
                       )
                       CLUSTER BY ({partcol})
                       LOCATION 's3a://presto-workload/{databasename}/{tbl}'
                       AS SELECT *
                       FROM tpcds_sf2500_parquet_zstd_135_nonpart.{tbl}''')
   ```
   
   <img width="441" height="437" alt="image" 
src="https://github.com/user-attachments/assets/1a863790-b689-4090-93ca-a765c165d277";
 />
   


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