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

   Ideally we plan to use a config file and auto generate document and 
definiation in java and c++. The fix can help.
    
   Like
   ```
     val COLUMNAR_RANGE_ENABLED =
       buildConf("spark.gluten.sql.columnar.range")
         .doc("Enable or disable columnar range.")
         .booleanConf
         .createWithDefault(true)
   ```
   
   we only need to define `COLUMNAR_RANGE_ENABLED 
spark.gluten.sql.columnar.range 'Enable or disable columnar range.' true` in a 
config file. 


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