datafusion-comet
datafusion-comet copied to clipboard
Decide whether we need to run PR and/or Spark SQL tests against debug builds of native libs
What is the problem the feature request solves?
No response
Describe the potential solution
No response
Additional context
No response
My biggest concern with not running debug mode is the number of debug-only assertions we might be missing if we don't exercise those code paths with tests designed to cover corner cases.
I see that spark sql tests are also using release, it would be good to update it as well