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: record sampling bug and add test #18

Merged
merged 2 commits into from
Apr 17, 2023
Merged

Conversation

pnadolny13
Copy link
Contributor

Closes #16

  • adds setting infer_schema_sample_size to configure the amount of sample records to retrieve, defaults to 100
  • fixes bug where iterating didnt stop after limit was reached
  • test to assert limit works
  • refresh readme with updated settings

@pnadolny13 pnadolny13 merged commit 442a431 into main Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: discover is querying more records than expected
1 participant