-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow LANCE_LOG to be set to trace (#3246)
Since we are now sharing `LANCE_LOG` with python logging and rust logging it was erroring out when the log level was set to `trace` since `trace` is not a valid python logging level. In addition, I fix up the wording for the batch size, recognizing the fact that `CoalesceBatchesExec` (which we use in some filtering situations) could lead to batches larger than `batch_size`.
- Loading branch information
1 parent
1a12c21
commit 7fe14ea
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters