-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bigquery): use pyarrow fallback for improved schema detection (#9321
) * fix(bigquery): use pyarrow fallback in schema autodetect * Improve and refactor pyarrow schema detection Add more pyarrow types, convert to pyarrow only the columns the schema could not be detected for, etc. * Use the word "augment" in helper's name * Fix failed import in one of the tests
- Loading branch information
Showing
3 changed files
with
296 additions
and
13 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
Oops, something went wrong.