-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Move FileSourceConfig
and FileStream
to the new datafusion-datasource
#14838
Changes from all commits
267255d
02516ea
33f7710
d571cba
e70398c
22416e6
35e6ab7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ nested_expressions = ["datafusion-functions-nested"] | |
# This feature is deprecated. Use the `nested_expressions` feature instead. | ||
array_expressions = ["nested_expressions"] | ||
# Used to enable the avro format | ||
avro = ["apache-avro", "num-traits", "datafusion-common/avro"] | ||
avro = ["apache-avro", "num-traits", "datafusion-common/avro", "datafusion-datasource/avro"] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wonder if we can remove the avro stuff from datafusion-common 🤔 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think the next PR will try and do that, but some will always stay even if just for stuff like |
||
backtrace = ["datafusion-common/backtrace"] | ||
compression = ["xz2", "bzip2", "flate2", "zstd", "datafusion-datasource/compression"] | ||
crypto_expressions = ["datafusion-functions/crypto_expressions"] | ||
|
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.
this was just a typo