thisisnic commented on a change in pull request #11901:
URL: https://github.com/apache/arrow/pull/11901#discussion_r765509452
##
File path: r/tools/nixlibs.R
##
@@ -600,12 +600,15 @@ if (!file.exists(paste0(dst_dir,
"/include/arrow/api.h"))) {
# (2) Find source and build
ursabot edited a comment on pull request #11515:
URL: https://github.com/apache/arrow/pull/11515#issuecomment-988703977
Benchmark runs are scheduled for baseline =
b3dbe32771a4c954d42310234ce21e382fae1232 and contender =
b31dd5148e0e0b5c7a9417e83a08949e9d4b.
b31dd5148e0e0b5c7a9417
bkmgit commented on a change in pull request #11562:
URL: https://github.com/apache/arrow/pull/11562#discussion_r765476787
##
File path: dev/tasks/verify-rc/github.Almalinux.amd64.yml
##
@@ -0,0 +1,25 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more c
kou commented on a change in pull request #11562:
URL: https://github.com/apache/arrow/pull/11562#discussion_r765471791
##
File path: dev/tasks/verify-rc/github.Almalinux.amd64.yml
##
@@ -0,0 +1,25 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more cont
bkmgit commented on pull request #11562:
URL: https://github.com/apache/arrow/pull/11562#issuecomment-989557426
@kou Thanks. Change applied.
--
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
ursabot edited a comment on pull request #7732:
URL: https://github.com/apache/arrow/pull/7732#issuecomment-988710987
Benchmark runs are scheduled for baseline =
b31dd5148e0e0b5c7a9417e83a08949e9d4b and contender =
2bffb82a0da704510b25cacd3ecec819f752fb59.
2bffb82a0da704510b25cacd3ece
houqp edited a comment on pull request #1378:
URL: https://github.com/apache/arrow-datafusion/pull/1378#issuecomment-989553584
you can go into the testing folder, checkout the current commit tracked in
master
(https://github.com/apache/arrow-testing/tree/a8f7be380531758eb7962542a5eb020d879
houqp commented on pull request #1378:
URL: https://github.com/apache/arrow-datafusion/pull/1378#issuecomment-989553584
you can go into the testing folder, checkout the current commit tracked in
master
(https://github.com/apache/arrow-testing/tree/a8f7be380531758eb7962542a5eb020d8795aa20),
github-actions[bot] commented on pull request #11911:
URL: https://github.com/apache/arrow/pull/11911#issuecomment-989551417
--
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.
vibhatha opened a new pull request #11911:
URL: https://github.com/apache/arrow/pull/11911
Adding `max_open_files` and `max_rows_per_files` to python bindings of
dataset API.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
bkmgit commented on pull request #11910:
URL: https://github.com/apache/arrow/pull/11910#issuecomment-989546789
Thanks for your pull request. Please change the title to:
- ARROW-13762: [C++] Make BinaryBuilder preserve the type parameter
--
This is an automated message from the Apache
iajoiner commented on a change in pull request #9702:
URL: https://github.com/apache/arrow/pull/9702#discussion_r765455014
##
File path: python/pyarrow/orc.py
##
@@ -54,9 +54,25 @@ def nrows(self):
return self.reader.nrows()
@property
-def nstripes(self):
-
iajoiner commented on a change in pull request #9702:
URL: https://github.com/apache/arrow/pull/9702#discussion_r765454602
##
File path: python/pyarrow/_orc.pyx
##
@@ -39,6 +39,206 @@ from pyarrow.lib cimport (check_status, _Weakrefable,
from pyarrow.lib import tobytes
+cd
AlvinJ15 commented on pull request #11853:
URL: https://github.com/apache/arrow/pull/11853#issuecomment-989538380
@lidavidm all comments were solved
--
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
ursabot edited a comment on pull request #11840:
URL: https://github.com/apache/arrow/pull/11840#issuecomment-988681874
Benchmark runs are scheduled for baseline =
a400652507540b690f774f5e162c118d91594a50 and contender =
b3dbe32771a4c954d42310234ce21e382fae1232.
b3dbe32771a4c954d42310234c
cyb70289 commented on pull request #11896:
URL: https://github.com/apache/arrow/pull/11896#issuecomment-989535529
New benchmark result after templating special options.
Neoverse N1, clang-12
```
--
Non-regression
cyb70289 commented on a change in pull request #11896:
URL: https://github.com/apache/arrow/pull/11896#discussion_r765449177
##
File path: cpp/src/arrow/csv/parser.cc
##
@@ -184,6 +184,31 @@ class SSE42Filter {
const BulkFilterType filter_;
};
+#elif defined ARROW_HAVE_NE
coryan commented on a change in pull request #11888:
URL: https://github.com/apache/arrow/pull/11888#discussion_r765431174
##
File path: cpp/src/arrow/filesystem/gcsfs_test.cc
##
@@ -78,11 +78,24 @@ class GcsIntegrationTest : public ::testing::Test {
// Initialize a PRNG w
ursabot edited a comment on pull request #11515:
URL: https://github.com/apache/arrow/pull/11515#issuecomment-988703977
Benchmark runs are scheduled for baseline =
b3dbe32771a4c954d42310234ce21e382fae1232 and contender =
b31dd5148e0e0b5c7a9417e83a08949e9d4b.
b31dd5148e0e0b5c7a9417
github-actions[bot] commented on pull request #11910:
URL: https://github.com/apache/arrow/pull/11910#issuecomment-989503637
https://issues.apache.org/jira/browse/ARROW-13762
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
supunkamburugamuve opened a new pull request #11910:
URL: https://github.com/apache/arrow/pull/11910
This pull request preserves the passed-in type parameter to the
BinaryBuilders.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
emkornfield commented on pull request #11538:
URL: https://github.com/apache/arrow/pull/11538#issuecomment-989500372
Sorry things have been more hectic then I would have liked recently, will
try to get to this soon. Thank you for your patience.
--
This is an automated message from the A
ursabot edited a comment on pull request #11880:
URL: https://github.com/apache/arrow/pull/11880#issuecomment-98811
Benchmark runs are scheduled for baseline =
04ed72d185cc8695e170ff3dd0aa86dc07444c8a and contender =
a400652507540b690f774f5e162c118d91594a50.
a400652507540b690f774f5e16
ursabot edited a comment on pull request #11840:
URL: https://github.com/apache/arrow/pull/11840#issuecomment-988681874
Benchmark runs are scheduled for baseline =
a400652507540b690f774f5e162c118d91594a50 and contender =
b3dbe32771a4c954d42310234ce21e382fae1232.
b3dbe32771a4c954d42310234c
bkietz commented on a change in pull request #11887:
URL: https://github.com/apache/arrow/pull/11887#discussion_r765387997
##
File path: cpp/src/arrow/util/macros.h
##
@@ -97,6 +97,17 @@
#endif // ifndef NULLPTR
+//
bkietz commented on a change in pull request #11887:
URL: https://github.com/apache/arrow/pull/11887#discussion_r765387997
##
File path: cpp/src/arrow/util/macros.h
##
@@ -97,6 +97,17 @@
#endif // ifndef NULLPTR
+//
ursabot edited a comment on pull request #11865:
URL: https://github.com/apache/arrow/pull/11865#issuecomment-989433563
Benchmark runs are scheduled for baseline =
9d200f5a4466e0ae2731abbf2949fa5e118bb056 and contender =
f0110cf26af3cc8f4bcb94da7fafd01974bbbfd2.
f0110cf26af3cc8f4bcb94da7f
github-actions[bot] removed a comment on pull request #11887:
URL: https://github.com/apache/arrow/pull/11887#issuecomment-988197628
Thanks for opening a pull request!
If this is not a [minor
PR](https://github.com/apache/arrow/blob/master/CONTRIBUTING.md#Minor-Fixes).
Could
rip-nsk commented on a change in pull request #11887:
URL: https://github.com/apache/arrow/pull/11887#discussion_r765383955
##
File path: cpp/src/arrow/util/variant.h
##
@@ -144,11 +144,11 @@ struct VariantImpl> : VariantStorage {
void copy_to(...) const {}
template
-
rip-nsk commented on a change in pull request #11887:
URL: https://github.com/apache/arrow/pull/11887#discussion_r765383454
##
File path: cpp/src/arrow/util/launder.h
##
@@ -22,7 +22,7 @@
namespace arrow {
namespace internal {
-#if __cplusplus >= 201703L
+#ifdef __cpp_lib_l
ursabot edited a comment on pull request #11881:
URL: https://github.com/apache/arrow/pull/11881#issuecomment-988659068
Benchmark runs are scheduled for baseline =
392a25f44395e9591d871ebb910c1185bda781dd and contender =
04ed72d185cc8695e170ff3dd0aa86dc07444c8a.
04ed72d185cc8695e170ff3dd0
rip-nsk commented on a change in pull request #11887:
URL: https://github.com/apache/arrow/pull/11887#discussion_r765380261
##
File path: cpp/src/arrow/util/macros.h
##
@@ -97,6 +97,17 @@
#endif // ifndef NULLPTR
+// ---
cyb70289 commented on a change in pull request #11896:
URL: https://github.com/apache/arrow/pull/11896#discussion_r765379957
##
File path: cpp/src/arrow/csv/parser.cc
##
@@ -184,6 +184,31 @@ class SSE42Filter {
const BulkFilterType filter_;
};
+#elif defined ARROW_HAVE_NE
ursabot commented on pull request #11865:
URL: https://github.com/apache/arrow/pull/11865#issuecomment-989433563
Benchmark runs are scheduled for baseline =
9d200f5a4466e0ae2731abbf2949fa5e118bb056 and contender =
f0110cf26af3cc8f4bcb94da7fafd01974bbbfd2.
f0110cf26af3cc8f4bcb94da7fafd0197
cyb70289 closed pull request #11865:
URL: https://github.com/apache/arrow/pull/11865
--
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-unsubs
ursabot edited a comment on pull request #11880:
URL: https://github.com/apache/arrow/pull/11880#issuecomment-98811
Benchmark runs are scheduled for baseline =
04ed72d185cc8695e170ff3dd0aa86dc07444c8a and contender =
a400652507540b690f774f5e162c118d91594a50.
a400652507540b690f774f5e16
hntd187 commented on a change in pull request #1419:
URL: https://github.com/apache/arrow-datafusion/pull/1419#discussion_r765367408
##
File path: datafusion/src/sql/planner.rs
##
@@ -2959,6 +2990,36 @@ mod tests {
quick_test(sql, expected);
}
+#[test]
+
liukun4515 commented on a change in pull request #1419:
URL: https://github.com/apache/arrow-datafusion/pull/1419#discussion_r765360688
##
File path: datafusion/src/sql/planner.rs
##
@@ -2959,6 +2990,36 @@ mod tests {
quick_test(sql, expected);
}
+#[test]
+
liukun4515 commented on a change in pull request #1419:
URL: https://github.com/apache/arrow-datafusion/pull/1419#discussion_r765358455
##
File path: datafusion/src/sql/planner.rs
##
@@ -2959,6 +2990,36 @@ mod tests {
quick_test(sql, expected);
}
+#[test]
+
xudong963 commented on pull request #1419:
URL: https://github.com/apache/arrow-datafusion/pull/1419#issuecomment-989343252
Thanks @hntd187 , I'll review the ticket later today.
--
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 #11909:
URL: https://github.com/apache/arrow/pull/11909#issuecomment-989339333
--
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.
kou opened a new pull request #11909:
URL: https://github.com/apache/arrow/pull/11909
Because it'll reach EOL at 2021-12.
--
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
ursabot edited a comment on pull request #11735:
URL: https://github.com/apache/arrow/pull/11735#issuecomment-988582885
Benchmark runs are scheduled for baseline =
3f179ca3dc23c657c3c867df22b637219f2d9a3d and contender =
392a25f44395e9591d871ebb910c1185bda781dd.
392a25f44395e9591d871ebb91
paleolimbot commented on a change in pull request #11904:
URL: https://github.com/apache/arrow/pull/11904#discussion_r765334261
##
File path: r/R/dplyr-funcs-string.R
##
@@ -0,0 +1,492 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor licen
ursabot edited a comment on pull request #11881:
URL: https://github.com/apache/arrow/pull/11881#issuecomment-988659068
Benchmark runs are scheduled for baseline =
392a25f44395e9591d871ebb910c1185bda781dd and contender =
04ed72d185cc8695e170ff3dd0aa86dc07444c8a.
04ed72d185cc8695e170ff3dd0
paleolimbot commented on a change in pull request #11904:
URL: https://github.com/apache/arrow/pull/11904#discussion_r765330660
##
File path: r/R/dplyr-funcs.R
##
@@ -0,0 +1,128 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agre
paleolimbot commented on a change in pull request #11904:
URL: https://github.com/apache/arrow/pull/11904#discussion_r765329678
##
File path: r/R/dplyr-funcs.R
##
@@ -0,0 +1,128 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agre
kou commented on a change in pull request #11562:
URL: https://github.com/apache/arrow/pull/11562#discussion_r765327347
##
File path: dev/tasks/verify-rc/github.Almalinux.amd64.yml
##
@@ -0,0 +1,25 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more cont
zixi-bwang commented on pull request #11874:
URL: https://github.com/apache/arrow/pull/11874#issuecomment-989303855
> One quick question/suggestion: Can you add a small `README` to the example
explaining what it is showing? Describe the scenario, etc.
Hi @eerhardt, I added the readme
github-actions[bot] commented on pull request #11874:
URL: https://github.com/apache/arrow/pull/11874#issuecomment-989303372
--
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.
lidavidm commented on pull request #11906:
URL: https://github.com/apache/arrow/pull/11906#issuecomment-989293166
Ok, I think we can hook up logging JSON to stdout/stderr then.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
ursabot edited a comment on pull request #11893:
URL: https://github.com/apache/arrow/pull/11893#issuecomment-989285751
Benchmark runs are scheduled for baseline =
7fb1a7203121d26c5f0e163ea007dbbe50fd6d3b and contender =
9d200f5a4466e0ae2731abbf2949fa5e118bb056.
9d200f5a4466e0ae2731abbf29
jonkeane commented on pull request #11906:
URL: https://github.com/apache/arrow/pull/11906#issuecomment-989287140
FWIW, stdout might be the easiest lift to get this into conbench (well one I
merge https://github.com/ursacomputing/arrowbench/pull/43 we can have conbench
consume the stdout f
ursabot commented on pull request #11893:
URL: https://github.com/apache/arrow/pull/11893#issuecomment-989285751
Benchmark runs are scheduled for baseline =
7fb1a7203121d26c5f0e163ea007dbbe50fd6d3b and contender =
9d200f5a4466e0ae2731abbf2949fa5e118bb056.
9d200f5a4466e0ae2731abbf2949fa5e1
lidavidm commented on pull request #11906:
URL: https://github.com/apache/arrow/pull/11906#issuecomment-989284780
We could enable the built-in stdout logger, though that logs in a format
that's very not-amenable to parsing. We could also restore the JSON logger from
the original PR, though
jonkeane closed pull request #11893:
URL: https://github.com/apache/arrow/pull/11893
--
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-unsubs
ursabot edited a comment on pull request #11861:
URL: https://github.com/apache/arrow/pull/11861#issuecomment-988479624
Benchmark runs are scheduled for baseline =
d3763a3d5b3a23eb3eb7e1eeb496e24b76683043 and contender =
3f179ca3dc23c657c3c867df22b637219f2d9a3d.
3f179ca3dc23c657c3c867df22
westonpace commented on pull request #11906:
URL: https://github.com/apache/arrow/pull/11906#issuecomment-989271720
Asking users to run a separate docker container to get logs feels a bit
heavyweight, especially for Windows. I do get that this is more flexible but
how much more work would
jonkeane commented on a change in pull request #11904:
URL: https://github.com/apache/arrow/pull/11904#discussion_r765279384
##
File path: r/R/dplyr-funcs-string.R
##
@@ -0,0 +1,492 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license
dragosmg commented on pull request #11805:
URL: https://github.com/apache/arrow/pull/11805#issuecomment-989269756
This is outdated. Work on `decimal256()` is taking place in a different PR -
https://github.com/apache/arrow/pull/11898
--
This is an automated message from the Apache Git S
hntd187 commented on pull request #1378:
URL: https://github.com/apache/arrow-datafusion/pull/1378#issuecomment-989269348
@alamb I think whatever I did messing up the pin on the test dependencies
caused the tests to fail. I don't know how I did it in the first place to be
honest, would you
dragosmg closed pull request #11805:
URL: https://github.com/apache/arrow/pull/11805
--
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-unsubs
ursabot edited a comment on pull request #11735:
URL: https://github.com/apache/arrow/pull/11735#issuecomment-988582885
Benchmark runs are scheduled for baseline =
3f179ca3dc23c657c3c867df22b637219f2d9a3d and contender =
392a25f44395e9591d871ebb910c1185bda781dd.
392a25f44395e9591d871ebb91
ursabot edited a comment on pull request #11793:
URL: https://github.com/apache/arrow/pull/11793#issuecomment-989205442
Benchmark runs are scheduled for baseline =
62db4b6a2545da29279ee5c138b5f531067d802a and contender =
7fb1a7203121d26c5f0e163ea007dbbe50fd6d3b.
7fb1a7203121d26c5f0e163ea0
lquerel commented on issue #506:
URL: https://github.com/apache/arrow-rs/issues/506#issuecomment-989216649
Another issue with the existing implementation is the
DictionaryKeyOverflowError error that is returned in situations where it is
reasonably not expected. For example like in this sce
kou commented on a change in pull request #11889:
URL: https://github.com/apache/arrow/pull/11889#discussion_r765264031
##
File path: cpp/src/arrow/ArrowConfig.cmake.in
##
@@ -87,6 +87,10 @@ if(NOT (TARGET arrow_shared OR TARGET arrow_static))
set_target_properties(
Dandandan commented on issue #1422:
URL:
https://github.com/apache/arrow-datafusion/issues/1422#issuecomment-989207886
Closed by #1421
--
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 speci
Dandandan closed issue #1422:
URL: https://github.com/apache/arrow-datafusion/issues/1422
--
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-u
ursabot commented on pull request #11793:
URL: https://github.com/apache/arrow/pull/11793#issuecomment-989205442
Benchmark runs are scheduled for baseline =
62db4b6a2545da29279ee5c138b5f531067d802a and contender =
7fb1a7203121d26c5f0e163ea007dbbe50fd6d3b.
7fb1a7203121d26c5f0e163ea007dbbe5
bkietz closed pull request #11793:
URL: https://github.com/apache/arrow/pull/11793
--
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
alamb merged pull request #1421:
URL: https://github.com/apache/arrow-datafusion/pull/1421
--
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-
lidavidm commented on a change in pull request #11889:
URL: https://github.com/apache/arrow/pull/11889#discussion_r765244471
##
File path: cpp/src/arrow/ArrowConfig.cmake.in
##
@@ -87,6 +87,10 @@ if(NOT (TARGET arrow_shared OR TARGET arrow_static))
set_target_properties(
asuhan commented on pull request #11793:
URL: https://github.com/apache/arrow/pull/11793#issuecomment-989193250
Thank you for the review! I don't have write access to the repository, so
I'll leave the merge to someone who has.
--
This is an automated message from the Apache Git Service.
martindurant commented on pull request #10978:
URL: https://github.com/apache/arrow/pull/10978#issuecomment-989192764
Got it, thanks again.
--
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
pitrou commented on pull request #10978:
URL: https://github.com/apache/arrow/pull/10978#issuecomment-989191805
I have no idea if @shanhuuang intends to implement
`DELTA_LENGTH_BYTE_ARRAY`. Also, they are only implemented on the read side (I
don't know if writing will be done, nor when).
ursabot edited a comment on pull request #11892:
URL: https://github.com/apache/arrow/pull/11892#issuecomment-989185185
Benchmark runs are scheduled for baseline =
001f47eb05f722d8e34b123e6673eeb8be836965 and contender =
62db4b6a2545da29279ee5c138b5f531067d802a.
62db4b6a2545da29279ee5c138
martindurant commented on pull request #10978:
URL: https://github.com/apache/arrow/pull/10978#issuecomment-989189668
OK, thanks @pitrou . Will all three DELTA_ codecs be in the next release?
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
pitrou commented on pull request #10978:
URL: https://github.com/apache/arrow/pull/10978#issuecomment-989189014
It is [on git
master](https://github.com/apache/arrow/blob/master/docs/source/cpp/parquet.rst#encodings),
but unfortunately only docs for the released versions are published onli
martindurant commented on pull request #10978:
URL: https://github.com/apache/arrow/pull/10978#issuecomment-989187887
Can the list of supported codecs at
https://arrow.apache.org/docs/cpp/parquet.html#encodings be updated?
--
This is an automated message from the Apache Git Service.
To r
kou commented on a change in pull request #11889:
URL: https://github.com/apache/arrow/pull/11889#discussion_r765229149
##
File path: cpp/src/arrow/ArrowConfig.cmake.in
##
@@ -87,6 +87,10 @@ if(NOT (TARGET arrow_shared OR TARGET arrow_static))
set_target_properties(
ursabot commented on pull request #11892:
URL: https://github.com/apache/arrow/pull/11892#issuecomment-989185185
Benchmark runs are scheduled for baseline =
001f47eb05f722d8e34b123e6673eeb8be836965 and contender =
62db4b6a2545da29279ee5c138b5f531067d802a.
62db4b6a2545da29279ee5c138b5f5310
jonkeane closed pull request #11892:
URL: https://github.com/apache/arrow/pull/11892
--
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-unsubs
kszucs commented on pull request #11900:
URL: https://github.com/apache/arrow/pull/11900#issuecomment-989182504
I think we can locate already merged commits for the three separate cases
and translate/simplify those to a material suitable for tutorials. Cc
@jorisvandenbossche
--
This is
Dandandan opened a new issue #1422:
URL: https://github.com/apache/arrow-datafusion/issues/1422
**Describe the bug**
In hash repartition, time is wrongly attributed to the `repart_time` instead
of `send_time` metric
**To Reproduce**
```
create table t as select 1 x;
ursabot edited a comment on pull request #11521:
URL: https://github.com/apache/arrow/pull/11521#issuecomment-988479617
Benchmark runs are scheduled for baseline =
b9ac245afef081339093cd1930153d6b18b0479d and contender =
d3763a3d5b3a23eb3eb7e1eeb496e24b76683043.
d3763a3d5b3a23eb3eb7e1eeb4
kou commented on pull request #11821:
URL: https://github.com/apache/arrow/pull/11821#issuecomment-989173637
@kszucs OK. Should we work on it pull request? Or should we use a follow-up
pull request for it?
--
This is an automated message from the Apache Git Service.
To respond to the mes
ursabot edited a comment on pull request #11861:
URL: https://github.com/apache/arrow/pull/11861#issuecomment-988479624
Benchmark runs are scheduled for baseline =
d3763a3d5b3a23eb3eb7e1eeb496e24b76683043 and contender =
3f179ca3dc23c657c3c867df22b637219f2d9a3d.
3f179ca3dc23c657c3c867df22
github-actions[bot] commented on pull request #11908:
URL: https://github.com/apache/arrow/pull/11908#issuecomment-989159361
https://issues.apache.org/jira/browse/ARROW-15030
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
Dandandan opened a new pull request #1421:
URL: https://github.com/apache/arrow-datafusion/pull/1421
# Which issue does this PR close?
n/a.
# Rationale for this change
Improves/fixes output of hash repartition metric.
# What changes are included i
matthewmturner commented on a change in pull request #984:
URL: https://github.com/apache/arrow-rs/pull/984#discussion_r765201351
##
File path: arrow/src/compute/kernels/comparison.rs
##
@@ -1200,6 +1257,29 @@ where
return compare_op_scalar!(left, right, |a, b| a == b);
}
matthewmturner commented on a change in pull request #984:
URL: https://github.com/apache/arrow-rs/pull/984#discussion_r765200445
##
File path: arrow/src/compute/kernels/comparison.rs
##
@@ -200,6 +201,54 @@ macro_rules! compare_op_scalar_primitive {
}};
}
+macro_rules!
ursabot edited a comment on pull request #11907:
URL: https://github.com/apache/arrow/pull/11907#issuecomment-989137999
Benchmark runs are scheduled for baseline =
c2a89e688cf7a501ec1295a0dca5adefc4d2ce46 and contender =
001f47eb05f722d8e34b123e6673eeb8be836965.
001f47eb05f722d8e34b123e66
ursabot commented on pull request #11907:
URL: https://github.com/apache/arrow/pull/11907#issuecomment-989137999
Benchmark runs are scheduled for baseline =
c2a89e688cf7a501ec1295a0dca5adefc4d2ce46 and contender =
001f47eb05f722d8e34b123e6673eeb8be836965.
001f47eb05f722d8e34b123e6673eeb8b
pitrou closed pull request #11907:
URL: https://github.com/apache/arrow/pull/11907
--
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
alamb commented on pull request #1212:
URL: https://github.com/apache/arrow-datafusion/pull/1212#issuecomment-989135548
I had effectively changed `Expr::Scalar` to report its type as
`DataType::Null` its interior `ScalarValue::is_null()` returned true. That
seemed fairly promising but I go
pitrou edited a comment on pull request #11688:
URL: https://github.com/apache/arrow/pull/11688#issuecomment-989134184
Hmm, there's something weird here. First `oldest-supported-numpy` version
0.13 is downloaded, then version 0.12 is selected...
https://app.travis-ci.com/github/pitrou/ar
pitrou commented on pull request #11688:
URL: https://github.com/apache/arrow/pull/11688#issuecomment-989134184
Hmm, there's something weird here. First `oldest-supported-numpy` version
0.13, then version 0.12 is selected...
https://app.travis-ci.com/github/pitrou/arrow/jobs/551380321#L2
alamb edited a comment on issue #983:
URL: https://github.com/apache/arrow-rs/issues/983#issuecomment-989132112
Instead of calling `c.1.to_string()` perhaps you could use something like
this (untested):
```rust
match c.1 {
Field::Float(f) => format!("{}", f), // or however el
alamb commented on issue #983:
URL: https://github.com/apache/arrow-rs/issues/983#issuecomment-989132112
Instead of calling `c.1.to_string()` perhaps you could use something like
this (untested):
```rust
match c {
Field::Float(f) => format!("{}", f), // or however else you wa
ursabot edited a comment on pull request #11875:
URL: https://github.com/apache/arrow/pull/11875#issuecomment-989117713
Benchmark runs are scheduled for baseline =
cba23c4633f63fbbb7bde9345fa18330953c9f27 and contender =
c2a89e688cf7a501ec1295a0dca5adefc4d2ce46.
c2a89e688cf7a501ec1295a0dc
1 - 100 of 335 matches
Mail list logo