neyama opened a new pull request, #1046:
URL: https://github.com/apache/datafusion-comet/pull/1046

   ## Which issue does this PR close?
   
   Closes #1045 .
   
   ## Rationale for this change
   
   Provide a default value `1g` to `getSizeAsMb(EXECUTOR_MEMORY.key)`, which is 
[the default 
value](https://spark.apache.org/docs/3.5.3/configuration.html#application-properties)
 of `spark.executor.memory` in Apache Spark 3.5.3.
   
   ## What changes are included in this PR?
   
   + Define `private val EXECUTOR_MEMORY_DEFAULT` in the class
   + Call `getSizeAsMb(EXECUTOR_MEMORY.key)` with `EXECUTOR_MEMORY_DEFAULT` 
   
   ## How are these changes tested?
   
   Tested with the `datafusion-benchmarks` as described in the issue #1045  .


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