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

Remove default from some executors #6

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
cf11a70
Fix toml format script. (#9309)
Omega359 Feb 21, 2024
91f3eb2
docs: update contributor guide (format toml/inte test) (#9301)
SteveLauC Feb 22, 2024
10000fb
Delete docs.yaml
metesynnada Feb 22, 2024
6c76423
Merge pull request #5 from synnada-ai/ci-action-fixing
mustafasrepo Feb 22, 2024
02c948d
[MINOR]: Limit stream replace with slice (#9303)
mustafasrepo Feb 22, 2024
a851ecf
Support IGNORE NULLS for LAG window function (#9221)
comphead Feb 23, 2024
ae4113d
fix: issue #9213 substitute ArrayAgg to NthValue to optimize query pl…
Lordworms Feb 23, 2024
599516b
Merge branch 'apache:main' into main
mustafasrepo Feb 23, 2024
fad6061
Minor: Adding missing fields to debug for (#9325)
comphead Feb 23, 2024
3b355c7
docs: document range() alias generate_series() (#9321)
SteveLauC Feb 23, 2024
73c08b5
chore: statically link xz2 (#9311)
universalmind303 Feb 24, 2024
ff36f6d
fix: throw error when incursion happen in dataframe api (#9330)
Lordworms Feb 24, 2024
148b4d2
Support CopyTo::partition_by in datafusion proto (#9306)
PhVHoang Feb 25, 2024
10cbb05
Add test to prevent circular dependencies from being added (#9292)
andygrove Feb 25, 2024
2258558
Substrait: Support ScalarUDF (#9337)
jayzhan211 Feb 25, 2024
3050699
Make agg_func_substitute test deterministic (#9340)
andygrove Feb 26, 2024
b20b65c
Merge branch 'apache:main' into main
mustafasrepo Feb 26, 2024
ace9815
use create_cache_convention
mustafasrepo Feb 22, 2024
b728232
feat: support `FixedSizeList` Type Coercion (#9108)
Weijun-H Feb 26, 2024
ec86acb
feat: expand `unnest` to accept arbitrary single array expression (#…
jonahgao Feb 26, 2024
6c066b9
Merge branch 'apache:main' into main
mustafasrepo Feb 26, 2024
c568407
fix: flight examples (#9335)
codonnell Feb 26, 2024
b8c6e0b
docs: update parquet_sql_multiple_files.rs with a relative path ex (#…
tshauck Feb 26, 2024
a26f583
tests: add tests for writing hive-partitioned parquet (#9316)
tshauck Feb 26, 2024
b55d0ed
feature: support nvl(ifnull) function (#9284)
guojidan Feb 26, 2024
85f7a8e
Move abs to datafusion_functions (#9313)
yyy1000 Feb 27, 2024
6770106
Merge remote-tracking branch 'upstream/main'
mustafasrepo Feb 27, 2024
07a438d
Address reviews
mustafasrepo Feb 27, 2024
8f3d1ef
refactor: `SchemaProvider::table` can fail (#9307)
crepererum Feb 27, 2024
372204e
fix write_partitioned_parquet_results bug (#9360)
guojidan Feb 27, 2024
14264d2
fix: use `JoinSet` to make spawned tasks cancel-safe (#9318)
DDtKey Feb 27, 2024
acd09da
Update nix requirement from 0.27.1 to 0.28.0 (#9344)
dependabot[bot] Feb 27, 2024
c439bc7
Replace usages of internal_err with exec_err where appropriate (#9241)
Omega359 Feb 27, 2024
38db3d8
Merge branch 'apache:main' into main
mustafasrepo Feb 27, 2024
eced5bc
Address reviews
mustafasrepo Feb 27, 2024
39e402a
Merge branch 'main' into feature/remove_default_cache
mustafasrepo Feb 27, 2024
a012844
Update datafusion/physical-plan/src/lib.rs
mustafasrepo Feb 27, 2024
e4a9947
Update comments
mustafasrepo Feb 27, 2024
a940a46
Move properties to another trait.
mustafasrepo Feb 27, 2024
ea30b93
feat : Support for deregistering user defined functions (#9239)
mobley-trent Feb 27, 2024
544b3d9
fix return type (#9357)
guojidan Feb 27, 2024
77e5c35
Final review
ozankabak Feb 27, 2024
935ebca
refactor: move acos() to function crate (#9297)
SteveLauC Feb 28, 2024
fa8508e
docs: put flatten in top fn list (#9376)
SteveLauC Feb 28, 2024
32d906f
Update list_to_string alias to point to array_to_string (#9374)
monkwire Feb 28, 2024
4690037
Merge branch 'feature/remove_default_cache' of https://github.com/syn…
mustafasrepo Feb 28, 2024
930ac87
Resolve linter errors
mustafasrepo Feb 28, 2024
a8fac85
Bring docs yaml
mustafasrepo Feb 28, 2024
e622409
feat: issue_9285: port builtin reg function into datafusion-function-…
Lordworms Feb 28, 2024
d896ebe
Add test to verify issue #9161 (#9265)
jonahgao Feb 28, 2024
a1ae158
refactor: fix error macros hygiene (#9366)
crepererum Feb 28, 2024
b220f03
feat: support for defining ARRAY columns in `CREATE TABLE` (#9381)
jonahgao Feb 28, 2024
5e10243
Merge branch 'apache_main' into feature/remove_default_cache
mustafasrepo Feb 28, 2024
fea2174
Final reviews and cleanups
ozankabak Feb 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/src/tpch/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use std::path::{Path, PathBuf};
use std::time::Instant;

use datafusion::common::not_impl_err;
use datafusion::error::DataFusionError;

use datafusion::error::Result;
use datafusion::prelude::*;
use parquet::basic::Compression;
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/src/tpch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use arrow::datatypes::SchemaBuilder;
use datafusion::{
arrow::datatypes::{DataType, Field, Schema},
common::plan_err,
error::{DataFusionError, Result},
error::Result,
};
use std::fs;
mod run;
Expand Down
1 change: 1 addition & 0 deletions ci/scripts/rust_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
set -ex
cd datafusion-examples/examples/
cargo fmt --all -- --check
cargo check --examples

files=$(ls .)
for filename in $files
Expand Down
3 changes: 1 addition & 2 deletions ci/scripts/rust_toml_fmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@
# without overwritng the file. If any error occur, you may want to
# rerun `taplo format` to fix the formatting automatically.
set -ex
taplo format
done
taplo format --check
4 changes: 4 additions & 0 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
disallowed-methods = [
{ path = "tokio::task::spawn", reason = "To provide cancel-safety, use `SpawnedTask::spawn` instead (https://github.com/apache/arrow-datafusion/issues/6513)" },
{ path = "tokio::task::spawn_blocking", reason = "To provide cancel-safety, use `SpawnedTask::spawn` instead (https://github.com/apache/arrow-datafusion/issues/6513)" },
]
Loading
Loading