HaoYang670 closed issue #3368: Avoid coping in `LogicalPlan::expressions`
URL: https://github.com/apache/arrow-datafusion/issues/3368
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comm
HaoYang670 commented on issue #3368:
URL:
https://github.com/apache/arrow-datafusion/issues/3368#issuecomment-1237733738
Sorry, I notice there are local values generated in this function, so that
returning a reference is not reasonable here.
--
This is an automated message from the Apach
github-actions[bot] commented on PR #14049:
URL: https://github.com/apache/arrow/pull/14049#issuecomment-1237732537
https://issues.apache.org/jira/browse/ARROW-17623
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
github-actions[bot] commented on PR #14049:
URL: https://github.com/apache/arrow/pull/14049#issuecomment-1237732552
:warning: Ticket **has not been started in JIRA**, please click 'Start
Progress'.
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
HaoYang670 opened a new issue, #3368:
URL: https://github.com/apache/arrow-datafusion/issues/3368
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
```rust
/// returns all expressions (non-recursively) in the current
//
michalursa opened a new pull request, #14049:
URL: https://github.com/apache/arrow/pull/14049
Adding helper classes for computing ranking in window functions exec node
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
HaoYang670 closed issue #3355: Eliminate `OFFSET 0` in the logical plan
optimization
URL: https://github.com/apache/arrow-datafusion/issues/3355
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the s
HaoYang670 commented on issue #3355:
URL:
https://github.com/apache/arrow-datafusion/issues/3355#issuecomment-1237716883
Oh, I would close this issue as skip = 0 and skip = None are equivalent.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
kou commented on code in PR #14046:
URL: https://github.com/apache/arrow/pull/14046#discussion_r963303574
##
ruby/README.md:
##
@@ -19,7 +19,7 @@
# Apache Arrow Ruby
-There are the official Ruby bindings for Apache Arrow.
+These are the official Ruby bindings for Apache Arr
kou merged PR #13911:
URL: https://github.com/apache/arrow/pull/13911
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@arrow.apache.or
kou commented on PR #13911:
URL: https://github.com/apache/arrow/pull/13911#issuecomment-1237688067
+1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mai
kou commented on code in PR #14045:
URL: https://github.com/apache/arrow/pull/14045#discussion_r963277187
##
docs/source/cpp/build_system.rst:
##
@@ -51,7 +51,7 @@ file into an executable linked with the Arrow C++ shared
library:
find_package(Arrow REQUIRED)
add_execu
yjshen commented on code in PR #3363:
URL: https://github.com/apache/arrow-datafusion/pull/3363#discussion_r963266214
##
datafusion-examples/examples/custom_datasource.rs:
##
@@ -243,8 +243,8 @@ impl ExecutionPlan for CustomExec {
db.data.values().cloned().collect()
francis-du opened a new pull request, #44:
URL: https://github.com/apache/arrow-datafusion-python/pull/44
Close #41
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsu
francis-du commented on PR #34:
URL:
https://github.com/apache/arrow-datafusion-python/pull/34#issuecomment-1237671519
> Looks like a linting issue
It has been fixed, please review
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
viirya commented on code in PR #2650:
URL: https://github.com/apache/arrow-rs/pull/2650#discussion_r963262773
##
arrow/src/compute/kernels/arity.rs:
##
@@ -83,6 +84,41 @@ where
PrimitiveArrayfrom(data)
}
+/// A overflow-checking variant of `unary`.
+pub(crate) fn una
yjshen commented on PR #3354:
URL:
https://github.com/apache/arrow-datafusion/pull/3354#issuecomment-1237671011
Currently, the use of external `read_field_x` functions is implemented as
`b.call_stmt`s, which are executed for side effects. You need to create a local
variable and assign the
dependabot[bot] commented on PR #193:
URL: https://github.com/apache/arrow-ballista/pull/193#issuecomment-1237649124
The following labels could not be found: `auto-dependencies`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
dependabot[bot] opened a new pull request, #193:
URL: https://github.com/apache/arrow-ballista/pull/193
Updates the requirements on
[arrow-flight](https://github.com/apache/arrow-rs) to permit the latest version.
Changelog
Sourced from https://github.com/apache/arrow-rs/blob/master
dependabot[bot] commented on PR #192:
URL: https://github.com/apache/arrow-ballista/pull/192#issuecomment-1237648869
The following labels could not be found: `auto-dependencies`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
dependabot[bot] opened a new pull request, #192:
URL: https://github.com/apache/arrow-ballista/pull/192
Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to
permit the latest version.
Changelog
Sourced from https://github.com/apache/arrow-rs/blob/master/CHANGE
liukun4515 commented on code in PR #2650:
URL: https://github.com/apache/arrow-rs/pull/2650#discussion_r963231823
##
arrow/src/compute/kernels/arithmetic.rs:
##
@@ -895,15 +895,34 @@ pub fn add_dyn(left: &dyn Array, right: &dyn Array) ->
Result {
/// Add every value in an ar
avantgardnerio commented on code in PR #3363:
URL: https://github.com/apache/arrow-datafusion/pull/3363#discussion_r963230854
##
datafusion/core/src/physical_plan/explain.rs:
##
@@ -121,8 +121,8 @@ impl ExecutionPlan for ExplainExec {
)));
}
-let
avantgardnerio commented on code in PR #3363:
URL: https://github.com/apache/arrow-datafusion/pull/3363#discussion_r963230596
##
datafusion/common/Cargo.toml:
##
@@ -39,12 +39,12 @@ pyarrow = ["pyo3"]
[dependencies]
apache-avro = { version = "0.14", features = ["snappy"], op
avantgardnerio commented on code in PR #3363:
URL: https://github.com/apache/arrow-datafusion/pull/3363#discussion_r963230434
##
datafusion-examples/examples/custom_datasource.rs:
##
@@ -243,8 +243,8 @@ impl ExecutionPlan for CustomExec {
db.data.values().cloned().c
yjshen commented on code in PR #3363:
URL: https://github.com/apache/arrow-datafusion/pull/3363#discussion_r963217863
##
datafusion/common/Cargo.toml:
##
@@ -39,12 +39,12 @@ pyarrow = ["pyo3"]
[dependencies]
apache-avro = { version = "0.14", features = ["snappy"], optional =
liukun4515 commented on code in PR #2650:
URL: https://github.com/apache/arrow-rs/pull/2650#discussion_r963227230
##
arrow/src/compute/kernels/arity.rs:
##
@@ -83,6 +84,41 @@ where
PrimitiveArrayfrom(data)
}
+/// A overflow-checking variant of `unary`.
+pub(crate) fn
avantgardnerio commented on PR #187:
URL: https://github.com/apache/arrow-ballista/pull/187#issuecomment-1237628586
> Default , it will print the log in the console
Excellent, this is definitely what every modern container environment will
expect and is in line with the [12 factors](h
liukun4515 commented on code in PR #2650:
URL: https://github.com/apache/arrow-rs/pull/2650#discussion_r963227831
##
arrow/src/compute/kernels/arity.rs:
##
@@ -83,6 +84,41 @@ where
PrimitiveArrayfrom(data)
}
+/// A overflow-checking variant of `unary`.
+pub(crate) fn
liukun4515 commented on code in PR #2650:
URL: https://github.com/apache/arrow-rs/pull/2650#discussion_r963227230
##
arrow/src/compute/kernels/arity.rs:
##
@@ -83,6 +84,41 @@ where
PrimitiveArrayfrom(data)
}
+/// A overflow-checking variant of `unary`.
+pub(crate) fn
liukun4515 commented on code in PR #2650:
URL: https://github.com/apache/arrow-rs/pull/2650#discussion_r963225816
##
arrow/src/compute/kernels/arity.rs:
##
@@ -83,6 +84,41 @@ where
PrimitiveArrayfrom(data)
}
+/// A overflow-checking variant of `unary`.
+pub(crate) fn
viirya commented on code in PR #2650:
URL: https://github.com/apache/arrow-rs/pull/2650#discussion_r963225528
##
arrow/src/compute/kernels/arity.rs:
##
@@ -83,6 +84,41 @@ where
PrimitiveArrayfrom(data)
}
+/// A overflow-checking variant of `unary`.
+pub(crate) fn una
viirya commented on code in PR #2650:
URL: https://github.com/apache/arrow-rs/pull/2650#discussion_r963225163
##
arrow/src/compute/kernels/arity.rs:
##
@@ -83,6 +84,41 @@ where
PrimitiveArrayfrom(data)
}
+/// A overflow-checking variant of `unary`.
+pub(crate) fn una
liukun4515 commented on code in PR #2661:
URL: https://github.com/apache/arrow-rs/pull/2661#discussion_r963224097
##
arrow/src/compute/kernels/cast.rs:
##
@@ -1657,22 +1657,21 @@ where
T::Native: num::NumCast,
R::Native: num::NumCast,
{
-let iter = from
-.
liukun4515 commented on code in PR #2649:
URL: https://github.com/apache/arrow-rs/pull/2649#discussion_r963223663
##
arrow/src/compute/kernels/cast.rs:
##
@@ -1456,21 +1621,62 @@ where
}
/// Convert Array into a PrimitiveArray of type, and apply numeric cast
-fn cast_numeric
liukun4515 opened a new pull request, #2661:
URL: https://github.com/apache/arrow-rs/pull/2661
# Which issue does this PR close?
follow up of https://github.com/apache/arrow-rs/pull/2649
from the comment:
https://github.com/apache/arrow-rs/pull/2649#discussion_r962789336
liukun4515 commented on code in PR #2650:
URL: https://github.com/apache/arrow-rs/pull/2650#discussion_r963221429
##
arrow/src/compute/kernels/arity.rs:
##
@@ -83,6 +84,41 @@ where
PrimitiveArrayfrom(data)
}
+/// A overflow-checking variant of `unary`.
+pub(crate) fn
liukun4515 commented on code in PR #2650:
URL: https://github.com/apache/arrow-rs/pull/2650#discussion_r963215619
##
arrow/src/compute/kernels/arity.rs:
##
@@ -83,6 +84,41 @@ where
PrimitiveArrayfrom(data)
}
+/// A overflow-checking variant of `unary`.
+pub(crate) fn
liukun4515 commented on code in PR #2650:
URL: https://github.com/apache/arrow-rs/pull/2650#discussion_r963215619
##
arrow/src/compute/kernels/arity.rs:
##
@@ -83,6 +84,41 @@ where
PrimitiveArrayfrom(data)
}
+/// A overflow-checking variant of `unary`.
+pub(crate) fn
HaoYang670 commented on issue #3248:
URL:
https://github.com/apache/arrow-datafusion/issues/3248#issuecomment-1237604498
> Can we close this issue in favor of
https://github.com/apache/arrow-datafusion/issues/3249 ?
We should file a PR to close both this issue and 3249.
--
This is
viirya commented on PR #2660:
URL: https://github.com/apache/arrow-rs/pull/2660#issuecomment-1237602223
cc @tustvold @alamb
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
ursabot commented on PR #2649:
URL: https://github.com/apache/arrow-rs/pull/2649#issuecomment-1237601660
Benchmark runs are scheduled for baseline =
773f1b9d49d11a71129aaaebc9884559b7690cd3 and contender =
8ea6ca1cb8bba3e9293cc5c35f08f25c5b1e8336.
8ea6ca1cb8bba3e9293cc5c35f08f25c5b1e8336 i
liukun4515 commented on code in PR #2649:
URL: https://github.com/apache/arrow-rs/pull/2649#discussion_r963206083
##
arrow/src/compute/kernels/cast.rs:
##
@@ -1456,21 +1621,62 @@ where
}
/// Convert Array into a PrimitiveArray of type, and apply numeric cast
-fn cast_numeric
liukun4515 closed issue #2648: Cast the numeric without the `CastOptions`
URL: https://github.com/apache/arrow-rs/issues/2648
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
liukun4515 merged PR #2649:
URL: https://github.com/apache/arrow-rs/pull/2649
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@arrow.a
viirya opened a new pull request, #2660:
URL: https://github.com/apache/arrow-rs/pull/2660
# Which issue does this PR close?
Closes #2659.
# Rationale for this change
# What changes are included in this PR?
# Are there any user-facing chang
viirya commented on issue #2659:
URL: https://github.com/apache/arrow-rs/issues/2659#issuecomment-1237598333
It is not due to #1960 which was merged since 18.0.0.
`layout` was only exported if the `ipc` feature is enabled since #2601. But
it is also required by `ffi` feature.
--
Th
liukun4515 commented on code in PR #2649:
URL: https://github.com/apache/arrow-rs/pull/2649#discussion_r963202658
##
arrow/src/compute/kernels/cast.rs:
##
@@ -1456,21 +1621,62 @@ where
}
/// Convert Array into a PrimitiveArray of type, and apply numeric cast
-fn cast_numeric
liukun4515 commented on code in PR #2649:
URL: https://github.com/apache/arrow-rs/pull/2649#discussion_r963202388
##
arrow/src/compute/kernels/cast.rs:
##
@@ -1456,21 +1621,62 @@ where
}
/// Convert Array into a PrimitiveArray of type, and apply numeric cast
-fn cast_numeric
wangfenjin opened a new issue, #2659:
URL: https://github.com/apache/arrow-rs/issues/2659
Version 22.0.0 will report clippy error:
https://github.com/wangfenjin/duckdb-rs/runs/8198338828?check_suite_focus=true
Seems related to this commit: https://github.com/apache/arrow-rs/pull/1960
yahoNanJing commented on PR #187:
URL: https://github.com/apache/arrow-ballista/pull/187#issuecomment-1237584020
It's better to make the writers configurable. If multiple writers, we can
separate them by comma. And by default, just set it to be console.
--
This is an automated message fro
yahoNanJing commented on PR #191:
URL: https://github.com/apache/arrow-ballista/pull/191#issuecomment-1237582440
LGTM
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
vibhatha commented on PR #13700:
URL: https://github.com/apache/arrow/pull/13700#issuecomment-1237567614
> order-aware non-sink fetch node. Once
Created the JIRA here: https://issues.apache.org/jira/browse/ARROW-17622
--
This is an automated message from the Apache Git Service.
To r
pcmoritz commented on PR #14019:
URL: https://github.com/apache/arrow/pull/14019#issuecomment-1237562396
@pitrou This should be ready now :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the sp
viirya commented on code in PR #2656:
URL: https://github.com/apache/arrow-rs/pull/2656#discussion_r963163796
##
parquet/src/arrow/async_reader.rs:
##
@@ -1015,7 +1014,7 @@ mod tests {
let mut selectors = vec![];
while total_rows < 7300 {
-
viirya opened a new pull request, #2658:
URL: https://github.com/apache/arrow-rs/pull/2658
# Which issue does this PR close?
Closes #2657.
# Rationale for this change
# What changes are included in this PR?
# Are there any user-facing chang
viirya opened a new issue, #2657:
URL: https://github.com/apache/arrow-rs/issues/2657
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
The max/min binary and string kernels use a macro `min_max_binary_string`
and max/min pr
thinkharderdev commented on PR #2656:
URL: https://github.com/apache/arrow-rs/pull/2656#issuecomment-1237529407
@tustvold FYI. This should fix the flaky test.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
thinkharderdev opened a new pull request, #2656:
URL: https://github.com/apache/arrow-rs/pull/2656
# Which issue does this PR close?
Closes #.
# Rationale for this change
Fixes flaky fuzz test for row selection. Was generating random row
selections with `row
thinkharderdev commented on PR #2552:
URL: https://github.com/apache/arrow-rs/pull/2552#issuecomment-1237526155
> This appears to be failing on master -
https://github.com/apache/arrow-rs/runs/8193393646?check_suite_focus=true could
you possibly take a look?
Will do
--
This is an
avantgardnerio opened a new pull request, #191:
URL: https://github.com/apache/arrow-ballista/pull/191
# Which issue does this PR close?
Closes #190.
# Rationale for this change
It would be good if CI could prevent features from breaking in the future.
# What chan
avantgardnerio opened a new issue, #190:
URL: https://github.com/apache/arrow-ballista/issues/190
**Describe the bug**
PR #175 introduced a new feature flag for FlightSql support. Unfortunately
CI was not updated to run build or tests for this feature, so it has been
silently broken
avantgardnerio commented on PR #3367:
URL:
https://github.com/apache/arrow-datafusion/pull/3367#issuecomment-1237489587
> Is this something that we should have caught in CI?
Each CI job builds for a given feature set, then vaporizes the docker
container. This is only something real u
ursabot commented on PR #3367:
URL:
https://github.com/apache/arrow-datafusion/pull/3367#issuecomment-1237482644
Benchmark runs are scheduled for baseline =
ede82fb5a88859b77b7939e4b58c174c8285216d and contender =
827cab9219f90679c5616ebf73779cefe7186d4c.
827cab9219f90679c5616ebf73779cefe
andygrove commented on PR #3367:
URL:
https://github.com/apache/arrow-datafusion/pull/3367#issuecomment-1237480837
Is this something that we should have caught in CI?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
andygrove commented on PR #3367:
URL:
https://github.com/apache/arrow-datafusion/pull/3367#issuecomment-1237480178
Thanks @avantgardnerio
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spe
andygrove closed issue #3366: Intermittent build error when changing selected
features
URL: https://github.com/apache/arrow-datafusion/issues/3366
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
andygrove merged PR #3367:
URL: https://github.com/apache/arrow-datafusion/pull/3367
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@
avantgardnerio commented on PR #3363:
URL:
https://github.com/apache/arrow-datafusion/pull/3363#issuecomment-1237451108
@alamb thanks for releasing arrow 22! Hopefully this helps release the next
version of DataFusion :)
--
This is an automated message from the Apache Git Service.
To res
tustvold commented on PR #2593:
URL: https://github.com/apache/arrow-rs/pull/2593#issuecomment-1237446061
I think this is now ready for review, I intend to experiment with
integration in DataFusion's SortPreservingMerge in the coming days and report
back
--
This is an automated message f
Dandandan commented on issue #3248:
URL:
https://github.com/apache/arrow-datafusion/issues/3248#issuecomment-1237439664
Can we close this issue in favor of
https://github.com/apache/arrow-datafusion/issues/3249 ?
--
This is an automated message from the Apache Git Service.
To respond to
rok commented on code in PR #13516:
URL: https://github.com/apache/arrow/pull/13516#discussion_r963108380
##
cpp/src/arrow/memory_pool.h:
##
@@ -180,6 +180,12 @@ Status jemalloc_set_decay_ms(int ms);
/// May return NotImplemented if mimalloc is not available.
ARROW_EXPORT Stat
rok commented on code in PR #13516:
URL: https://github.com/apache/arrow/pull/13516#discussion_r963108068
##
cpp/src/arrow/memory_pool_jemalloc.cc:
##
@@ -151,6 +151,26 @@ Status jemalloc_set_decay_ms(int ms) {
return Status::OK();
}
+Status jemalloc_mallctl(const char* na
jhorstmann commented on issue #2647:
URL: https://github.com/apache/arrow-rs/issues/2647#issuecomment-1237421931
I might be misremembering this, but I think `divide_unchecked` is only
implemented for floating point types (which have a defined value for division
by zero: positive or negative
ursabot commented on PR #2655:
URL: https://github.com/apache/arrow-rs/pull/2655#issuecomment-1237421358
Benchmark runs are scheduled for baseline =
7429b5cf99c025d170afc26e9a821baff6ebf36a and contender =
773f1b9d49d11a71129aaaebc9884559b7690cd3.
773f1b9d49d11a71129aaaebc9884559b7690cd3 i
viirya commented on PR #2655:
URL: https://github.com/apache/arrow-rs/pull/2655#issuecomment-1237418201
Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscri
viirya merged PR #2655:
URL: https://github.com/apache/arrow-rs/pull/2655
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@arrow.apach
codecov-commenter commented on PR #3363:
URL:
https://github.com/apache/arrow-datafusion/pull/3363#issuecomment-1237411697
#
[Codecov](https://codecov.io/gh/apache/arrow-datafusion/pull/3363?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_
viirya commented on PR #2655:
URL: https://github.com/apache/arrow-rs/pull/2655#issuecomment-1237411282
cc @tustvold
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
avantgardnerio commented on PR #3367:
URL:
https://github.com/apache/arrow-datafusion/pull/3367#issuecomment-1237410582
@alamb and @andygrove let's get this in before users start seeing random
build issues. Sorry I didn't catch this with the initial PR.
--
This is an automated message fr
viirya opened a new pull request, #2655:
URL: https://github.com/apache/arrow-rs/pull/2655
# Which issue does this PR close?
Closes #.
# Rationale for this change
The test `test_fuzz_async_reader_selection` added by #2552 is flaky as
observed in CI and l
avantgardnerio opened a new pull request, #3367:
URL: https://github.com/apache/arrow-datafusion/pull/3367
# Which issue does this PR close?
Closes #3366.
# Rationale for this change
We want stable builds, and I broke that.
# What changes are included in this PR?
avantgardnerio opened a new issue, #3366:
URL: https://github.com/apache/arrow-datafusion/issues/3366
**Describe the bug**
Now that codegen has been moved into the `proto/src/datafusion.rs` file,
that file can have two different sets of contents depending on whether or not
the `json`
kshitij12345 commented on PR #14048:
URL: https://github.com/apache/arrow/pull/14048#issuecomment-1237391936
cc: @AlenkaF @jorisvandenbossche
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
Dandandan commented on issue #166:
URL:
https://github.com/apache/arrow-datafusion/issues/166#issuecomment-1237391552
I think for this to be correct we should switch to using a `decimal` type,
as using floating point will result in small rounding errors, because parallel
execution does not
github-actions[bot] commented on PR #14048:
URL: https://github.com/apache/arrow/pull/14048#issuecomment-1237389760
https://issues.apache.org/jira/browse/ARROW-16651
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
ursabot commented on PR #3361:
URL:
https://github.com/apache/arrow-datafusion/pull/3361#issuecomment-1237389780
Benchmark runs are scheduled for baseline =
4c948a3b3d11137bddb78bdfaa62abe98bd14b68 and contender =
ede82fb5a88859b77b7939e4b58c174c8285216d.
ede82fb5a88859b77b7939e4b58c174c8
github-actions[bot] commented on PR #14048:
URL: https://github.com/apache/arrow/pull/14048#issuecomment-1237389776
:warning: Ticket **has not been started in JIRA**, please click 'Start
Progress'.
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
kshitij12345 opened a new pull request, #14048:
URL: https://github.com/apache/arrow/pull/14048
```python
table = pa.table({'a': [None, 1], 'b': [None, True]})
new_schema = pa.schema([pa.field("a", "int64", nullable=True), pa.field("b",
"bool", nullable=False)])
casted = table.cast(
Dandandan commented on PR #3361:
URL:
https://github.com/apache/arrow-datafusion/pull/3361#issuecomment-1237389200
Thanks @kmitchener
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specifi
Dandandan closed issue #3265: `CREATE TABLE` should return empty DataFrame
URL: https://github.com/apache/arrow-datafusion/issues/3265
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific com
Dandandan merged PR #3361:
URL: https://github.com/apache/arrow-datafusion/pull/3361
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr...@
codecov-commenter commented on PR #3365:
URL:
https://github.com/apache/arrow-datafusion/pull/3365#issuecomment-1237387715
#
[Codecov](https://codecov.io/gh/apache/arrow-datafusion/pull/3365?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_
kshitij12345 commented on PR #14044:
URL: https://github.com/apache/arrow/pull/14044#issuecomment-1237385195
cc: @AlenkaF
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
T
comphead opened a new pull request, #3365:
URL: https://github.com/apache/arrow-datafusion/pull/3365
# Which issue does this PR close?
Closes #3318.
# Rationale for this change
Refactor to get rid of explicit panics
# What changes are included in this PR?
pcmoritz commented on code in PR #14019:
URL: https://github.com/apache/arrow/pull/14019#discussion_r963081229
##
cpp/src/arrow/filesystem/s3_internal.h:
##
@@ -154,8 +154,9 @@ Status ErrorToStatus(const std::string& prefix, const
std::string& operation,
//
https://sdk.amaz
waitingkuo opened a new issue, #3364:
URL: https://github.com/apache/arrow-datafusion/issues/3364
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
A clear and concise description of what the problem is. Ex. I'm always
frustrated wh
viirya commented on code in PR #2650:
URL: https://github.com/apache/arrow-rs/pull/2650#discussion_r963067814
##
arrow/src/compute/kernels/arithmetic.rs:
##
@@ -1236,21 +1283,41 @@ where
Ok(unary(array, |a| a % modulo))
}
+/// Divide every value in an array by a scalar.
avantgardnerio opened a new pull request, #3363:
URL: https://github.com/apache/arrow-datafusion/pull/3363
# Which issue does this PR close?
Closes #3362.
# Rationale for this change
We should keep DataFusion up to date with Arrow.
# What changes are included in t
avantgardnerio opened a new issue, #3362:
URL: https://github.com/apache/arrow-datafusion/issues/3362
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
I would like DataFusion to use Arrow 22 so that I can proxy Flights in
Balli
1 - 100 of 222 matches
Mail list logo