issues
search
datafusion-contrib
/
datafusion-table-providers
DataFusion TableProviders for reading data from other systems
Apache License 2.0
59
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: add duckdb checks for unsupported column types
#164
peasee
closed
2 days ago
0
Remove restriction on file being in working directory
#163
phillipleblanc
closed
4 days ago
0
Include unnecessary columns pruning step during federated plan creation
#162
sgrebnov
closed
4 days ago
0
Always read TimezoneTZ from PostgreSQL as UTC
#161
phillipleblanc
closed
1 week ago
0
fix: Prevent absolute sequences in file paths
#160
peasee
closed
5 days ago
2
feat: Enable in-memory federation
#159
peasee
closed
1 week ago
0
SQLite: use projected schema when converting records
#158
sgrebnov
closed
1 week ago
0
Index out of bounds error when selecting qualified projections from postgres
#157
mjberends-yurts
opened
1 week ago
0
Update rstest requirement from 0.22.0 to 0.23.0
#156
dependabot[bot]
opened
1 week ago
0
mysql: Convert MYSQL_TYPE_DATETIME to Arrow
#155
hozan23
opened
1 week ago
0
Fix DuckDB error messages
#154
phillipleblanc
closed
1 week ago
0
Implement native schema inference for PostgreSQL
#153
phillipleblanc
closed
2 weeks ago
0
tests: Ensure all tests run on PRs, try to fix flaky DuckDB test (#150)
#152
peasee
closed
2 weeks ago
0
Implement native schema inference for PostgreSQL
#151
phillipleblanc
closed
2 weeks ago
2
tests: Ensure all tests run on PRs, try to fix flaky DuckDB test
#150
peasee
closed
2 weeks ago
0
Update datafusion-federation (improve filters pushdown)
#149
sgrebnov
closed
2 weeks ago
0
[build] Add PR validation for flight
#148
ccciudatu
closed
2 weeks ago
3
[flight] make the enforce_schema function public
#147
ccciudatu
closed
2 weeks ago
3
Implement Debug for SqlTable
#146
ccciudatu
closed
2 weeks ago
0
make the datafusion-federation dependency optional
#145
ccciudatu
closed
3 weeks ago
0
fix tests
#144
ccciudatu
closed
3 weeks ago
0
Update secrecy requirement from 0.8.0 to 0.10.3
#143
dependabot[bot]
opened
3 weeks ago
0
Update bollard requirement from 0.16.1 to 0.17.1
#142
dependabot[bot]
closed
2 weeks ago
0
Update tokio-rusqlite requirement from 0.5.1 to 0.6.0
#141
dependabot[bot]
opened
3 weeks ago
0
Update geozero requirement from 0.13.0 to 0.14.0
#140
dependabot[bot]
closed
2 weeks ago
0
Update rusqlite requirement from 0.31.0 to 0.32.1
#139
dependabot[bot]
opened
3 weeks ago
0
[Flight] Enable TLS for tonic 0.12 and make gRPC size limits configurable
#138
ccciudatu
closed
3 weeks ago
1
Update datafusion-federation to the latest
#137
sgrebnov
closed
3 weeks ago
0
Update datafusion-federation crate to include `unnest` support
#136
sgrebnov
closed
3 weeks ago
0
Create dependabot.yml
#135
lukekim
closed
3 weeks ago
0
Add MySQL write support
#134
gengteng
opened
3 weeks ago
4
fix: Remove NULLS FIRST/LAST in more MySQL Window functions
#133
peasee
closed
3 weeks ago
0
Add note on federation in the README
#132
phillipleblanc
closed
4 weeks ago
0
fix: add ast analyzer for mysql rank
#131
peasee
closed
4 weeks ago
0
Preserve records batch order (update datafusion-federation)
#130
sgrebnov
closed
1 month ago
0
Update dependencies
#129
ccciudatu
closed
1 month ago
2
Implement write retry for DuckDB
#128
Sevenannn
closed
1 month ago
0
Query postgres information_schema to construct datafusion table schema
#127
derekleverenz
closed
2 weeks ago
2
[HPCG-889] Update to DF 42, Fix SqlExec
#126
jwhittle933
closed
1 month ago
0
Support retries when writing data to SQLite
#125
sgrebnov
closed
1 month ago
0
Support parsing sqlite busy_timeout durations with units
#124
Sevenannn
closed
1 month ago
0
Remove prefix for sqlite busy timeout param
#123
Sevenannn
closed
1 month ago
0
Why is There No MySQL Write Support?
#122
gengteng
opened
1 month ago
4
Add sqlite_busytimeout parameter as user configurable param
#121
Sevenannn
closed
1 month ago
0
Postgres should respect target decimal precision and scale
#120
sgrebnov
closed
1 month ago
0
Use arrow dictionary type for mysql enum type
#119
Sevenannn
closed
1 month ago
0
Update row -> arrow conversion for all MYSQL_TYPE_VAR_STRING and MYSQL_TYPE_STRING types
#118
Sevenannn
closed
1 month ago
0
Fix mysql blob & text types
#117
Sevenannn
closed
1 month ago
3
Fix MySQL timestamp type
#116
Sevenannn
closed
1 month ago
0
Use Decimal256 / Decimal128 for MySQL decimal type
#115
Sevenannn
closed
1 month ago
0
Next