zhztheplayer opened a new pull request, #11042:
URL: https://github.com/apache/incubator-gluten/pull/11042

   This is to allow passing empty configuration in gluten-it under 
`parameterized` testing mode. For example:
   
   ```
   ...
   -d=MIN_PARTITION_NUM:AUTO
   -d=MIN_PARTITION_NUM:1,spark.sql.adaptive.coalescePartitions.minPartitionNum
   ...
   ```
   
   Empty configuration is useful when the configuration key is optional. We 
don't always know the default value of it so we have to let Spark decide.


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