nevi-me commented on pull request #4140:
URL: https://github.com/apache/arrow/pull/4140#issuecomment-691620839
@sunchao given the age of this PR, I'd like to propose merging it if CI is
green, we can make further changes in separate PRs. I suspect that if people
start using the functionali
nevi-me commented on pull request #8174:
URL: https://github.com/apache/arrow/pull/8174#issuecomment-691617589
I'll look into the integration failures during the week, but it's C++ null
arrays. I noticed similar failures when I was trying to read a null array from
pyarrow. Seems I'm likely
emkornfield commented on a change in pull request #8177:
URL: https://github.com/apache/arrow/pull/8177#discussion_r487483180
##
File path: cpp/src/parquet/level_conversion.cc
##
@@ -18,176 +18,169 @@
#include
#include
-#if defined(ARROW_HAVE_BMI2)
-#include
-#endif
+#
github-actions[bot] commented on pull request #8177:
URL: https://github.com/apache/arrow/pull/8177#issuecomment-691614256
https://issues.apache.org/jira/browse/ARROW-8494
This is an automated message from the Apache Git Serv
emkornfield commented on pull request #8156:
URL: https://github.com/apache/arrow/pull/8156#issuecomment-691613607
Closing in favor of: https://github.com/apache/arrow/pull/8177
This is an automated message from the Apache Gi
emkornfield closed pull request #8156:
URL: https://github.com/apache/arrow/pull/8156
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 t
emkornfield opened a new pull request #8177:
URL: https://github.com/apache/arrow/pull/8177
Also: ARROW-9810 (generalize rep/def level conversion to list
lengths/bitmaps)
This adds helper methods for reconstructing all necessary metadata
for arrow types. For now this doesn't hand
github-actions[bot] commented on pull request #8176:
URL: https://github.com/apache/arrow/pull/8176#issuecomment-691607059
https://issues.apache.org/jira/browse/ARROW-9984
This is an automated message from the Apache Git Serv
jorgecarleitao opened a new pull request #8176:
URL: https://github.com/apache/arrow/pull/8176
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
zeroshade commented on pull request #8175:
URL: https://github.com/apache/arrow/pull/8175#issuecomment-691602646
Tagging the people that were on the previous PR for visibility:
@sbinet @mindhash @stuartcarnie could any / all of you have a look / review?
Thanks much!
---
arw2019 commented on a change in pull request #8145:
URL: https://github.com/apache/arrow/pull/8145#discussion_r487475288
##
File path: docs/source/cpp/compute.rst
##
@@ -201,6 +201,11 @@ an ``Invalid`` :class:`Status` when overflow is detected.
+--+--
alamb commented on pull request #8161:
URL: https://github.com/apache/arrow/pull/8161#issuecomment-691126612
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
nevi-me commented on pull request #8171:
URL: https://github.com/apache/arrow/pull/8171#issuecomment-691231822
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
emkornfield commented on pull request #7979:
URL: https://github.com/apache/arrow/pull/7979#issuecomment-690915801
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
jhorstmann commented on pull request #8161:
URL: https://github.com/apache/arrow/pull/8161#issuecomment-691464193
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
andygrove commented on pull request #7873:
URL: https://github.com/apache/arrow/pull/7873#issuecomment-691512022
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
github-actions[bot] commented on pull request #8174:
URL: https://github.com/apache/arrow/pull/8174#issuecomment-691508247
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
alamb commented on a change in pull request #8172:
URL: https://github.com/apache/arrow/pull/8172#discussion_r487395554
##
File path: rust/datafusion/src/physical_plan/expressions.rs
##
@@ -125,192 +128,188 @@ pub fn sum_return_type(arg_type: &DataType) ->
Result {
}
}
jorgecarleitao commented on a change in pull request #8171:
URL: https://github.com/apache/arrow/pull/8171#discussion_r487430955
##
File path: rust/arrow/src/compute/kernels/aggregate.rs
##
@@ -19,9 +19,42 @@
use std::ops::Add;
-use crate::array::{Array, PrimitiveArray};
+
nevi-me commented on a change in pull request #8173:
URL: https://github.com/apache/arrow/pull/8173#discussion_r487447527
##
File path: rust/arrow/src/compute/kernels/aggregate.rs
##
@@ -121,7 +121,7 @@ mod tests {
#[test]
fn test_primitive_array_float_sum() {
andygrove closed pull request #7873:
URL: https://github.com/apache/arrow/pull/7873
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 th
nevi-me commented on pull request #8168:
URL: https://github.com/apache/arrow/pull/8168#issuecomment-691505185
Thanks @alamb @jorgecarleitao, I've opened
https://issues.apache.org/jira/browse/ARROW-9978 to keep track of all clippy
work. I'll wait for @andygrove and @paddyhoran's opinions b
andygrove closed pull request #8168:
URL: https://github.com/apache/arrow/pull/8168
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
github-actions[bot] commented on pull request #8173:
URL: https://github.com/apache/arrow/pull/8173#issuecomment-691506541
https://issues.apache.org/jira/browse/ARROW-9980
This is an automated message from the Apache Git Serv
jorgecarleitao closed pull request #8169:
URL: https://github.com/apache/arrow/pull/8169
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 g
nevi-me closed pull request #8173:
URL: https://github.com/apache/arrow/pull/8173
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 commented on pull request #8171:
URL: https://github.com/apache/arrow/pull/8171#issuecomment-691512675
I think that @nevi-me 's suggestion addresses something that I've been
trying to solve as well. Our kernels operate on arrays, so calling `a + b` is
fine when both are arrays, b
eerhardt closed pull request #8146:
URL: https://github.com/apache/arrow/pull/8146
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 t
github-actions[bot] commented on pull request #8171:
URL: https://github.com/apache/arrow/pull/8171#issuecomment-691218089
https://issues.apache.org/jira/browse/ARROW-9977
This is an automated message from the Apache Git Serv
stuartcarnie commented on pull request #6731:
URL: https://github.com/apache/arrow/pull/6731#issuecomment-691351237
@zeroshade I have no problem if you want to create a new PR to take over
this work. I would love to see something functional land in the Go
implementation.
nevi-me commented on pull request #8174:
URL: https://github.com/apache/arrow/pull/8174#issuecomment-691506881
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
nevi-me commented on a change in pull request #8174:
URL: https://github.com/apache/arrow/pull/8174#discussion_r487448427
##
File path: rust/arrow/src/ipc/mod.rs
##
@@ -36,3 +36,4 @@ pub use self::gen::SparseTensor::*;
pub use self::gen::Tensor::*;
static ARROW_MAGIC: [u8;
tianchen92 commented on a change in pull request #7887:
URL: https://github.com/apache/arrow/pull/7887#discussion_r486768419
##
File path: cpp/src/arrow/array/builder_base.h
##
@@ -98,6 +98,9 @@ class ARROW_EXPORT ArrayBuilder {
virtual Status AppendNull() = 0;
virtual St
github-actions[bot] commented on pull request #8175:
URL: https://github.com/apache/arrow/pull/8175#issuecomment-691527891
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
pwoody commented on a change in pull request #8167:
URL: https://github.com/apache/arrow/pull/8167#discussion_r487010013
##
File path:
java/adapter/jdbc/src/main/java/org/apache/arrow/adapter/jdbc/consumer/DateConsumer.java
##
@@ -85,13 +85,13 @@ public void consume(ResultSet
vertexclique commented on pull request #7873:
URL: https://github.com/apache/arrow/pull/7873#issuecomment-691518018
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
andygrove commented on a change in pull request #8172:
URL: https://github.com/apache/arrow/pull/8172#discussion_r487426214
##
File path: rust/datafusion/src/physical_plan/planner.rs
##
@@ -218,32 +217,18 @@ impl DefaultPhysicalPlanner {
.collect::>>()?;
ggershinsky commented on a change in pull request #8023:
URL: https://github.com/apache/arrow/pull/8023#discussion_r486786803
##
File path: cpp/src/parquet/key_metadata.h
##
@@ -0,0 +1,91 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor
andygrove closed pull request #8144:
URL: https://github.com/apache/arrow/pull/8144
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 th
github-actions[bot] commented on pull request #8127:
URL: https://github.com/apache/arrow/pull/8127#issuecomment-690974243
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
github-actions[bot] commented on pull request #8170:
URL: https://github.com/apache/arrow/pull/8170#issuecomment-691124876
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
kszucs commented on pull request #8127:
URL: https://github.com/apache/arrow/pull/8127#issuecomment-690973467
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
andygrove commented on pull request #8161:
URL: https://github.com/apache/arrow/pull/8161#issuecomment-691350548
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
jorgecarleitao commented on a change in pull request #8170:
URL: https://github.com/apache/arrow/pull/8170#discussion_r487071953
##
File path: rust/arrow/src/compute/kernels/take.rs
##
@@ -425,22 +514,32 @@ mod tests {
#[test]
fn test_take_string() {
let inde
jorgecarleitao commented on a change in pull request #8165:
URL: https://github.com/apache/arrow/pull/8165#discussion_r486972953
##
File path: rust/arrow/src/compute/kernels/aggregate.rs
##
@@ -27,40 +27,51 @@ pub fn min(array: &PrimitiveArray) ->
Option
where
T: ArrowNu
github-actions[bot] commented on pull request #8168:
URL: https://github.com/apache/arrow/pull/8168#issuecomment-691029743
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
nealrichardson closed pull request #8101:
URL: https://github.com/apache/arrow/pull/8101
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
alippai edited a comment on pull request #8162:
URL: https://github.com/apache/arrow/pull/8162#issuecomment-691047149
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
andygrove commented on a change in pull request #8173:
URL: https://github.com/apache/arrow/pull/8173#discussion_r487438276
##
File path: rust/arrow/src/compute/kernels/aggregate.rs
##
@@ -121,7 +121,7 @@ mod tests {
#[test]
fn test_primitive_array_float_sum() {
nevi-me closed pull request #8157:
URL: https://github.com/apache/arrow/pull/8157
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
emkornfield commented on pull request #8156:
URL: https://github.com/apache/arrow/pull/8156#issuecomment-690859782
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
xhochy commented on pull request #8127:
URL: https://github.com/apache/arrow/pull/8127#issuecomment-691066568
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
romainfrancois commented on pull request #7807:
URL: https://github.com/apache/arrow/pull/7807#issuecomment-691148776
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
sunchao commented on a change in pull request #8173:
URL: https://github.com/apache/arrow/pull/8173#discussion_r487436938
##
File path: rust/arrow/src/compute/kernels/aggregate.rs
##
@@ -121,7 +121,7 @@ mod tests {
#[test]
fn test_primitive_array_float_sum() {
alamb commented on pull request #8172:
URL: https://github.com/apache/arrow/pull/8172#issuecomment-691324132
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
nealrichardson commented on a change in pull request #8150:
URL: https://github.com/apache/arrow/pull/8150#discussion_r487119708
##
File path: r/tests/testthat/test-dataset.R
##
@@ -890,6 +890,7 @@ test_that("Dataset writing: from data.frame", {
select(string = chr, inte
jhorstmann commented on a change in pull request #8173:
URL: https://github.com/apache/arrow/pull/8173#discussion_r487429355
##
File path: rust/arrow/src/compute/kernels/aggregate.rs
##
@@ -121,7 +121,7 @@ mod tests {
#[test]
fn test_primitive_array_float_sum() {
nevi-me commented on a change in pull request #8165:
URL: https://github.com/apache/arrow/pull/8165#discussion_r486971637
##
File path: rust/arrow/src/compute/kernels/aggregate.rs
##
@@ -27,40 +27,51 @@ pub fn min(array: &PrimitiveArray) ->
Option
where
T: ArrowNumericTy
emkornfield commented on a change in pull request #7887:
URL: https://github.com/apache/arrow/pull/7887#discussion_r486759286
##
File path: cpp/src/arrow/array/builder_base.h
##
@@ -98,6 +98,9 @@ class ARROW_EXPORT ArrayBuilder {
virtual Status AppendNull() = 0;
virtual S
emkornfield closed pull request #7979:
URL: https://github.com/apache/arrow/pull/7979
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
liyafan82 commented on a change in pull request #8167:
URL: https://github.com/apache/arrow/pull/8167#discussion_r486998232
##
File path:
java/adapter/jdbc/src/main/java/org/apache/arrow/adapter/jdbc/consumer/DateConsumer.java
##
@@ -85,13 +85,13 @@ public void consume(ResultS
andygrove closed pull request #8155:
URL: https://github.com/apache/arrow/pull/8155
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 th
andygrove closed pull request #8009:
URL: https://github.com/apache/arrow/pull/8009
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 th
zeroshade commented on pull request #6731:
URL: https://github.com/apache/arrow/pull/6731#issuecomment-691346806
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
jhorstmann commented on a change in pull request #8170:
URL: https://github.com/apache/arrow/pull/8170#discussion_r487396427
##
File path: rust/arrow/src/compute/kernels/take.rs
##
@@ -166,42 +166,124 @@ fn take_primitive(values: &ArrayRef, indices:
&UInt32Array) -> Result::ne
nevi-me closed pull request #8165:
URL: https://github.com/apache/arrow/pull/8165
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 closed pull request #8161:
URL: https://github.com/apache/arrow/pull/8161
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 th
nealrichardson closed pull request #8125:
URL: https://github.com/apache/arrow/pull/8125
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
romainfrancois commented on pull request #8150:
URL: https://github.com/apache/arrow/pull/8150#issuecomment-691051291
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
mundaym commented on a change in pull request #8011:
URL: https://github.com/apache/arrow/pull/8011#discussion_r487033507
##
File path: go/arrow/type_traits_decimal128.go
##
@@ -39,8 +40,13 @@ func (decimal128Traits) BytesRequired(n int) int { return
Decimal128SizeBytes *
/
github-actions[bot] commented on pull request #8172:
URL: https://github.com/apache/arrow/pull/8172#issuecomment-691326047
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
andygrove commented on a change in pull request #8171:
URL: https://github.com/apache/arrow/pull/8171#discussion_r487425717
##
File path: rust/arrow/src/compute/kernels/aggregate.rs
##
@@ -19,9 +19,42 @@
use std::ops::Add;
-use crate::array::{Array, PrimitiveArray};
+use c
nealrichardson commented on a change in pull request #8125:
URL: https://github.com/apache/arrow/pull/8125#discussion_r487105657
##
File path: r/tests/testthat/test-Table.R
##
@@ -130,16 +130,16 @@ test_that("[, [[, $ for Table", {
expect_null(tab[["asdf"]])
# List-like c
jorgecarleitao commented on pull request #8171:
URL: https://github.com/apache/arrow/pull/8171#issuecomment-691402590
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
github-actions[bot] commented on pull request #8167:
URL: https://github.com/apache/arrow/pull/8167#issuecomment-690845681
https://issues.apache.org/jira/browse/ARROW-9973
This is an automated message from the Apache Git Serv
andygrove commented on pull request #8172:
URL: https://github.com/apache/arrow/pull/8172#issuecomment-691513935
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
nealrichardson closed pull request #8150:
URL: https://github.com/apache/arrow/pull/8150
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
alippai commented on pull request #8162:
URL: https://github.com/apache/arrow/pull/8162#issuecomment-691047149
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
nevi-me commented on pull request #8168:
URL: https://github.com/apache/arrow/pull/8168#issuecomment-691505185
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
github-actions[bot] commented on pull request #8173:
URL: https://github.com/apache/arrow/pull/8173#issuecomment-691506541
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
jorgecarleitao closed pull request #8169:
URL: https://github.com/apache/arrow/pull/8169
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
andygrove closed pull request #8168:
URL: https://github.com/apache/arrow/pull/8168
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 th
github-actions[bot] commented on pull request #8171:
URL: https://github.com/apache/arrow/pull/8171#issuecomment-691218089
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
andygrove commented on pull request #8171:
URL: https://github.com/apache/arrow/pull/8171#issuecomment-691512675
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
eerhardt closed pull request #8146:
URL: https://github.com/apache/arrow/pull/8146
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
stuartcarnie commented on pull request #6731:
URL: https://github.com/apache/arrow/pull/6731#issuecomment-691351237
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
nevi-me commented on pull request #8174:
URL: https://github.com/apache/arrow/pull/8174#issuecomment-691506881
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
tianchen92 commented on a change in pull request #7887:
URL: https://github.com/apache/arrow/pull/7887#discussion_r486737805
##
File path: cpp/src/arrow/array/builder_base.h
##
@@ -98,6 +98,9 @@ class ARROW_EXPORT ArrayBuilder {
virtual Status AppendNull() = 0;
virtual St
vertexclique commented on pull request #7873:
URL: https://github.com/apache/arrow/pull/7873#issuecomment-691518018
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
pwoody commented on a change in pull request #8167:
URL: https://github.com/apache/arrow/pull/8167#discussion_r487010013
##
File path:
java/adapter/jdbc/src/main/java/org/apache/arrow/adapter/jdbc/consumer/DateConsumer.java
##
@@ -85,13 +85,13 @@ public void consume(ResultSet
github-actions[bot] commented on pull request #8175:
URL: https://github.com/apache/arrow/pull/8175#issuecomment-691527891
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
ggershinsky commented on a change in pull request #8023:
URL: https://github.com/apache/arrow/pull/8023#discussion_r486786803
##
File path: cpp/src/parquet/key_metadata.h
##
@@ -0,0 +1,91 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor
andygrove commented on a change in pull request #8172:
URL: https://github.com/apache/arrow/pull/8172#discussion_r487426214
##
File path: rust/datafusion/src/physical_plan/planner.rs
##
@@ -218,32 +217,18 @@ impl DefaultPhysicalPlanner {
.collect::>>()?;
andygrove closed pull request #8144:
URL: https://github.com/apache/arrow/pull/8144
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 th
jorgecarleitao commented on a change in pull request #8165:
URL: https://github.com/apache/arrow/pull/8165#discussion_r486972953
##
File path: rust/arrow/src/compute/kernels/aggregate.rs
##
@@ -27,40 +27,51 @@ pub fn min(array: &PrimitiveArray) ->
Option
where
T: ArrowNu
github-actions[bot] commented on pull request #8170:
URL: https://github.com/apache/arrow/pull/8170#issuecomment-691124876
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
github-actions[bot] commented on pull request #8127:
URL: https://github.com/apache/arrow/pull/8127#issuecomment-690974243
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
andygrove commented on pull request #8161:
URL: https://github.com/apache/arrow/pull/8161#issuecomment-691350548
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
kszucs commented on pull request #8127:
URL: https://github.com/apache/arrow/pull/8127#issuecomment-690973467
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
github-actions[bot] commented on pull request #8168:
URL: https://github.com/apache/arrow/pull/8168#issuecomment-691029743
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
1 - 100 of 200 matches
Mail list logo