Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow LANCE_LOG to be set to trace #3246

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

westonpace
Copy link
Contributor

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.

Copy link
Contributor

@wjones127 wjones127 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@westonpace westonpace merged commit 7fe14ea into lancedb:main Dec 16, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants