bharadwaj-pendyala opened a new pull request, #24878:
URL: https://github.com/apache/datafusion/pull/24878

   Adds `test_files/config_matrix.slt` for the `configMatrix` runner path from 
#24493, requested by @kosiew in #24763.
   
   It sweeps `batch_size` and `time_zone`; if overrides do not land, a 
combination reads 8192 and NULL. `'2026-01-01T00:00:00Z'::timestamptz` renders 
as `2026-01-01T05:30:00+05:30` or `2025-12-31T16:00:00-08:00` under the 
matching setting, so all four combinations expect `true` while asserting 
different results. `CREATE TABLE cm_probe` is not dropped, so a reused 
`TestContext` fails with `DataFusion error: Execution error: Table 'cm_probe' 
already exists`.
   
   Test file only. 
`run_each_configuration_runs_every_combination_past_failures` covers 
per-combination dispatch. At base `3b6330084`, `config_matrix.slt` passes and 
`--lib` is 35 passed, 0 failed. With `apply_config_overrides` short-circuited 
to `Ok(())`, all 4 combinations fail, 2 assertions each, including 
`[configMatrix: datafusion.execution.batch_size=1, 
datafusion.execution.time_zone=+05:30]`. `time_zone` replaced 
`enable_ident_normalization=true,false` because the latter's default is swept, 
so its neutered-overrides control passed.
   


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