-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
✨ [file-based cdk] S3 file format adapter #29353
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
eaba483
[ISSUE #28893] infer csv schema
maxi297 60757c1
[ISSUE #28893] align with pyarrow
maxi297 f49235d
Automated Commit - Formatting Changes
maxi297 a394666
[ISSUE #28893] legacy inference and infer only when needed
maxi297 4f9d162
[ISSUE #28893] fix scenario tests
maxi297 0617c82
[ISSUE #28893] using discovered schema as part of read
maxi297 d157aa3
[ISSUE #28893] self-review + cleanup
maxi297 57b011f
[ISSUE #28893] fix test
maxi297 71cdca9
[ISSUE #28893] code review part #1
maxi297 ef8f5f5
Merge branch 'master' into issue-28893/infer-schema-csv
maxi297 f651d03
[ISSUE #28893] code review part #2
maxi297 a573a89
Fix test
maxi297 0ce37e5
formatcdk
maxi297 82db6c3
[ISSUE #28893] code review
maxi297 3027a4f
FIX test log level
maxi297 ac91730
Re-adding failing tests
maxi297 f1a60ba
[ISSUE #28893] improve inferrence to consider multiple types per value
maxi297 7113603
Merge branch 'master' into issue-28893/infer-schema-csv
maxi297 c9e2004
Automated Commit - Formatting Changes
maxi297 e6a0b4d
add file adapters for avro, csv, jsonl, and parquet
brianjlai 2f827c0
fix try catch
brianjlai 868a597
pr feedback with a few additional default options set
brianjlai e48b9d5
Merge branch 'master' into brian/s3_csv_format_adapter
brianjlai bbfbd80
fix things from the rebase of master
brianjlai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also pass the options that are hidden in the
CsvSpec.advanced_options
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it. will add!