toppyy commented on pull request #12083:
URL: https://github.com/apache/arrow/pull/12083#issuecomment-1007915879
Thanks for copy-pasting the discussion - it didn't occur to me. I tried
option 2, but ended up having to change the class CsvReadOptions also (see
below why). So the latest comm
ursabot edited a comment on pull request #11360:
URL: https://github.com/apache/arrow/pull/11360#issuecomment-1007829567
Benchmark runs are scheduled for baseline =
79436648baed0d5b26f7b10f362e6136efc3f4f4 and contender =
8139cdd3af4531fdabe6b3ebeff0a9cd30b7d16e.
8139cdd3af4531fdabe6b3ebe
sanjibansg opened a new pull request #12103:
URL: https://github.com/apache/arrow/pull/12103
This PR updates the documentation for Compute Functions to clarify that
stateful compute functions like `Grouped Aggregations` are not invocable via
`CallFunction`
--
This is an automated messag
github-actions[bot] commented on pull request #12103:
URL: https://github.com/apache/arrow/pull/12103#issuecomment-1007923117
--
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.
sanjibansg closed pull request #12103:
URL: https://github.com/apache/arrow/pull/12103
--
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-unsu
github-actions[bot] commented on pull request #12103:
URL: https://github.com/apache/arrow/pull/12103#issuecomment-1007923283
https://issues.apache.org/jira/browse/ARROW-15269
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
Igosuki commented on pull request #68:
URL: https://github.com/apache/arrow-datafusion/pull/68#issuecomment-1007923402
No worries, I was just eager to try out the potential improvements and
learn the new API !
Le sam. 8 janv. 2022 à 04:26, QP Hou ***@***.***> a écrit :
> Apo
sanjibansg opened a new pull request #12104:
URL: https://github.com/apache/arrow/pull/12104
This PR updates the documentation for Compute Functions to clarify that
stateful compute functions like `Grouped Aggregations` are not invocable via
`CallFunction`
--
This is an automated messag
github-actions[bot] commented on pull request #12104:
URL: https://github.com/apache/arrow/pull/12104#issuecomment-1007926067
--
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 #12100:
URL: https://github.com/apache/arrow/pull/12100#issuecomment-1007754548
--
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 unsubs
westonpace commented on pull request #11616:
URL: https://github.com/apache/arrow/pull/11616#issuecomment-1007854396
--
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
github-actions[bot] commented on pull request #12104:
URL: https://github.com/apache/arrow/pull/12104#issuecomment-1007926067
--
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.
Dandandan commented on a change in pull request #1401:
URL: https://github.com/apache/arrow-datafusion/pull/1401#discussion_r780235612
##
File path: datafusion/src/optimizer/simplify_expressions.rs
##
@@ -554,212 +416,250 @@ impl<'a> Simplifier<'a> {
false
}
-
wjones127 commented on pull request #11714:
URL: https://github.com/apache/arrow/pull/11714#issuecomment-1007601326
@github-actions crossbow submit -g r
--
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
ursabot edited a comment on pull request #12031:
URL: https://github.com/apache/arrow/pull/12031#issuecomment-1007001783
--
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
zois-tasoulas commented on issue #11654:
URL: https://github.com/apache/arrow/issues/11654#issuecomment-1007473071
Sure, I will do that this weekend.
--
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
yjshen commented on a change in pull request #1526:
URL: https://github.com/apache/arrow-datafusion/pull/1526#discussion_r780631979
##
File path: datafusion/src/execution/memory_manager.rs
##
@@ -0,0 +1,320 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// o
realno commented on pull request #1525:
URL:
https://github.com/apache/arrow-datafusion/pull/1525#issuecomment-1007822391
--
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 #12072:
URL: https://github.com/apache/arrow/pull/12072#issuecomment-1007600991
--
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
lidavidm edited a comment on pull request #12099:
URL: https://github.com/apache/arrow/pull/12099#issuecomment-1007667064
Surprisingly it is the I/O thread pool:
```
(gdb) info thread
Id Target Id Frame
* 1Thread 0x7f8856a04740 (LWP 27248) "python" 0x7f88
lidavidm commented on pull request #12085:
URL: https://github.com/apache/arrow/pull/12085#issuecomment-1007758165
@westonpace or @pitrou, any opinions here? Hoping to try to make this a
little more navigable for new contributors.
--
This is an automated message from the Apache Git Servi
AlenkaF commented on a change in pull request #12097:
URL: https://github.com/apache/arrow/pull/12097#discussion_r780134565
##
File path: r/R/dplyr-funcs-datetime.R
##
@@ -101,6 +101,10 @@ register_bindings_datetime <- function() {
Expression$create("day_of_week", x, optio
lidavidm commented on a change in pull request #11991:
URL: https://github.com/apache/arrow/pull/11991#discussion_r780263584
##
File path: cpp/src/arrow/dataset/scanner.h
##
@@ -138,41 +133,46 @@ struct ARROW_DS_EXPORT ScanOptions {
// This is used by Fragment implementation
matthewmturner commented on pull request #1525:
URL:
https://github.com/apache/arrow-datafusion/pull/1525#issuecomment-1007492724
Perhaps @Dandandan would be interested in this as he was involved in
db-benchmark which this will help
--
This is an automated message from the Apache Git Se
ursabot commented on pull request #11894:
URL: https://github.com/apache/arrow/pull/11894#issuecomment-1007435606
Benchmark runs are scheduled for baseline =
e64480db51fc9622d02613f3ec60bac34d765092 and contender =
f0544403b36c1d994f01d37d7ee77c08a87a6d29.
f0544403b36c1d994f01d37d7ee77c08
westonpace commented on a change in pull request #12099:
URL: https://github.com/apache/arrow/pull/12099#discussion_r780457910
##
File path: cpp/src/arrow/dataset/dataset_writer.cc
##
@@ -328,12 +328,12 @@ class DatasetWriterDirectoryQueue : public
util::AsyncDestroyable {
github-actions[bot] commented on pull request #12099:
URL: https://github.com/apache/arrow/pull/12099#issuecomment-1007645730
--
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.
emkornfield commented on pull request #11996:
URL: https://github.com/apache/arrow/pull/11996#issuecomment-1007687049
Looks like all failures are unrelated. I'll merge this on Monday if there
are no further comments.
--
This is an automated message from the Apache Git Service.
To respon
Dandandan commented on a change in pull request #1525:
URL: https://github.com/apache/arrow-datafusion/pull/1525#discussion_r780335960
##
File path: datafusion/src/physical_plan/aggregates.rs
##
@@ -212,6 +222,26 @@ pub fn create_aggregate_expr(
"AVG(DISTINCT)
ursabot commented on pull request #12090:
URL: https://github.com/apache/arrow/pull/12090#issuecomment-1007435619
Benchmark runs are scheduled for baseline =
f0544403b36c1d994f01d37d7ee77c08a87a6d29 and contender =
66832557006a39c356d8608ad9cbbdb773bed0c7.
66832557006a39c356d8608ad9cbbdb7
paddyhoran commented on pull request #1140:
URL: https://github.com/apache/arrow-rs/pull/1140#issuecomment-1007431548
Thank you very much for this @helgikrs!
--
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
andersonm-ibm commented on pull request #10450:
URL: https://github.com/apache/arrow/pull/10450#issuecomment-1007233380
> Right, can we get a functional PyArrow even without encryption enabled?
@pitrou - I separated parquet encryption, so it's no longer mandatory to
enable parquet en
realno closed pull request #1525:
URL: https://github.com/apache/arrow-datafusion/pull/1525
--
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
westonpace commented on a change in pull request #11964:
URL: https://github.com/apache/arrow/pull/11964#discussion_r780551035
##
File path: cpp/src/arrow/dataset/file_csv.cc
##
@@ -148,9 +149,14 @@ static inline Result GetReadOptions(
static inline Future> OpenReaderAsync(
realno commented on a change in pull request #1525:
URL: https://github.com/apache/arrow-datafusion/pull/1525#discussion_r780443231
##
File path: datafusion/src/physical_plan/expressions/stddev.rs
##
@@ -0,0 +1,312 @@
+// Licensed to the Apache Software Foundation (ASF) under o
coryan commented on a change in pull request #11996:
URL: https://github.com/apache/arrow/pull/11996#discussion_r780442988
##
File path: cpp/src/arrow/filesystem/gcsfs.cc
##
@@ -505,20 +555,23 @@ class GcsFileSystem::Impl {
}
private:
- static Result GetFileInfoDirector
jonkeane closed pull request #11894:
URL: https://github.com/apache/arrow/pull/11894
--
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 #12093:
URL: https://github.com/apache/arrow/pull/12093#issuecomment-1007749487
--
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
westonpace commented on pull request #12099:
URL: https://github.com/apache/arrow/pull/12099#issuecomment-1007657899
--
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
ursabot commented on pull request #11360:
URL: https://github.com/apache/arrow/pull/11360#issuecomment-1007829567
Benchmark runs are scheduled for baseline =
79436648baed0d5b26f7b10f362e6136efc3f4f4 and contender =
8139cdd3af4531fdabe6b3ebeff0a9cd30b7d16e.
8139cdd3af4531fdabe6b3ebeff0a9cd
lidavidm commented on pull request #12099:
URL: https://github.com/apache/arrow/pull/12099#issuecomment-1007647894
--
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 unsubs
chriscasola commented on a change in pull request #11832:
URL: https://github.com/apache/arrow/pull/11832#discussion_r780300956
##
File path: go/arrow/array.go
##
@@ -0,0 +1,71 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agr
Igosuki commented on pull request #68:
URL: https://github.com/apache/arrow-datafusion/pull/68#issuecomment-1007923402
No worries, I was just eager to try out the potential improvements and
learn the new API !
Le sam. 8 janv. 2022 à 04:26, QP Hou ***@***.***> a écrit :
> Apo
wjones127 commented on issue #83:
URL: https://github.com/apache/arrow-cookbook/issues/83#issuecomment-1007584263
As a part of apache/arrow#11894, I added an example to the datasets vignette
to show how to create a sample from a dataset that doesn't fit into memory.
This will be available
alamb commented on a change in pull request #1141:
URL: https://github.com/apache/arrow-rs/pull/1141#discussion_r780207803
##
File path: CHANGELOG.md
##
@@ -19,8 +19,146 @@
For older versions, see
[apache/arrow/CHANGELOG.md](https://github.com/apache/arrow/blob/master/CHANG
ursabot edited a comment on pull request #12098:
URL: https://github.com/apache/arrow/pull/12098#issuecomment-1007587829
--
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
ursabot commented on pull request #12093:
URL: https://github.com/apache/arrow/pull/12093#issuecomment-1007749487
Benchmark runs are scheduled for baseline =
b325ef7f95f8348cc7b3230dd65a172bfd0ce650 and contender =
79436648baed0d5b26f7b10f362e6136efc3f4f4.
79436648baed0d5b26f7b10f362e6136
ursabot commented on pull request #12098:
URL: https://github.com/apache/arrow/pull/12098#issuecomment-1007587829
Benchmark runs are scheduled for baseline =
66832557006a39c356d8608ad9cbbdb773bed0c7 and contender =
ddea0c9e5d50d0c147b1577e4aa0dc3cf9e64831.
ddea0c9e5d50d0c147b1577e4aa0dc3c
rok commented on a change in pull request #12097:
URL: https://github.com/apache/arrow/pull/12097#discussion_r780237616
##
File path: r/R/dplyr-funcs-datetime.R
##
@@ -101,6 +101,10 @@ register_bindings_datetime <- function() {
Expression$create("day_of_week", x, options =
zeroshade commented on a change in pull request #11832:
URL: https://github.com/apache/arrow/pull/11832#discussion_r780427481
##
File path: go/arrow/record.go
##
@@ -0,0 +1,45 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agre
lidavidm closed pull request #12098:
URL: https://github.com/apache/arrow/pull/12098
--
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 #12044:
URL: https://github.com/apache/arrow/pull/12044#issuecomment-1007001772
--
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
thisisnic commented on pull request #11921:
URL: https://github.com/apache/arrow/pull/11921#issuecomment-1007516733
> There is a [new(ish) GHA workflow for installing
dependencies](https://github.com/r-lib/actions/tree/v2-branch/setup-r-dependencies).
Do we want to make use of it or should
westonpace commented on a change in pull request #12085:
URL: https://github.com/apache/arrow/pull/12085#discussion_r780556327
##
File path: docs/source/developers/cpp/development.rst
##
@@ -92,32 +92,65 @@ Address Sanitizer and Undefined Behavior Sanitizer to check
for variou
toppyy commented on pull request #12083:
URL: https://github.com/apache/arrow/pull/12083#issuecomment-1007915879
Thanks for copy-pasting the discussion - it didn't occur to me. I tried
option 2, but ended up having to change the class CsvReadOptions also (see
below why). So the latest comm
thisisnic commented on a change in pull request #12097:
URL: https://github.com/apache/arrow/pull/12097#discussion_r780125202
##
File path: r/tests/testthat/test-dplyr-funcs-datetime.R
##
@@ -382,6 +382,15 @@ test_that("extract epiweek from timestamp", {
)
})
+test_that("
github-actions[bot] commented on pull request #12098:
URL: https://github.com/apache/arrow/pull/12098#issuecomment-1007258192
https://issues.apache.org/jira/browse/ARROW-14592
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
ursabot edited a comment on pull request #11360:
URL: https://github.com/apache/arrow/pull/11360#issuecomment-1007829567
--
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
ursabot edited a comment on pull request #12074:
URL: https://github.com/apache/arrow/pull/12074#issuecomment-1007001765
Benchmark runs are scheduled for baseline =
4a76d5ebc1fd73fd01afa61b2de2b63876713a7c and contender =
7929cc803b093d082a5b8e52edb593807693a6d5.
7929cc803b093d082a5b8e52e
alamb commented on pull request #1526:
URL:
https://github.com/apache/arrow-datafusion/pull/1526#issuecomment-1007756450
Thanks @yjshen -- I'll try and give this a good look over the weekend
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
alamb commented on pull request #1401:
URL:
https://github.com/apache/arrow-datafusion/pull/1401#issuecomment-1007352996
@houqp or @Dandandan -- any concern if I merge this PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
wjones127 commented on a change in pull request #11714:
URL: https://github.com/apache/arrow/pull/11714#discussion_r780466218
##
File path: ci/scripts/r_windows_build.sh
##
@@ -97,15 +97,15 @@ if [ -d mingw32/lib/ ]; then
mkdir -p $DST_DIR/lib/i386
mv mingw32/lib/*.a $DST
github-actions[bot] commented on pull request #12097:
URL: https://github.com/apache/arrow/pull/12097#issuecomment-1007206380
--
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.
github-actions[bot] commented on pull request #12103:
URL: https://github.com/apache/arrow/pull/12103#issuecomment-1007923117
--
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.
github-actions[bot] commented on pull request #12100:
URL: https://github.com/apache/arrow/pull/12100#issuecomment-1007745646
https://issues.apache.org/jira/browse/ARROW-15061
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
nealrichardson commented on a change in pull request #11360:
URL: https://github.com/apache/arrow/pull/11360#discussion_r780469400
##
File path: .github/workflows/r.yml
##
@@ -324,6 +324,10 @@ jobs:
cd r/tests
sed -i.bak -E -e 's/"arrow"/"arrow", reporter
lidavidm commented on a change in pull request #12085:
URL: https://github.com/apache/arrow/pull/12085#discussion_r780580313
##
File path: docs/source/developers/cpp/development.rst
##
@@ -92,32 +92,65 @@ Address Sanitizer and Undefined Behavior Sanitizer to check
for various
houqp commented on a change in pull request #1526:
URL: https://github.com/apache/arrow-datafusion/pull/1526#discussion_r780618595
##
File path: datafusion/src/execution/memory_manager.rs
##
@@ -0,0 +1,320 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
liukun4515 commented on a change in pull request #1525:
URL: https://github.com/apache/arrow-datafusion/pull/1525#discussion_r780096756
##
File path: datafusion/src/physical_plan/expressions/stddev.rs
##
@@ -0,0 +1,312 @@
+// Licensed to the Apache Software Foundation (ASF) und
alamb commented on a change in pull request #1525:
URL: https://github.com/apache/arrow-datafusion/pull/1525#discussion_r780516560
##
File path: datafusion/src/scalar.rs
##
@@ -526,6 +526,282 @@ macro_rules! eq_array_primitive {
}
impl ScalarValue {
+/// Return true if
github-actions[bot] commented on pull request #11714:
URL: https://github.com/apache/arrow/pull/11714#issuecomment-1007602079
Revision: a269a69b8f1fab130a5f0948179bacfdd9b0e178
Submitted crossbow builds: [ursacomputing/crossbow @
actions-1379](https://github.com/ursacomputing/crossbo
realno removed a comment on pull request #1525:
URL:
https://github.com/apache/arrow-datafusion/pull/1525#issuecomment-1007822391
> This is a really nice piece of work @realno - thank you so much ❤️
>
> I especially like the thorough testing.
>
> I did not review the reference
github-actions[bot] commented on pull request #11360:
URL: https://github.com/apache/arrow/pull/11360#issuecomment-1007649766
Revision: 43bda65ad113d82079ebfb83241895212058464c
Submitted crossbow builds: [ursacomputing/crossbow @
actions-1380](https://github.com/ursacomputing/crossbo
alamb commented on a change in pull request #1401:
URL: https://github.com/apache/arrow-datafusion/pull/1401#discussion_r780489370
##
File path: datafusion/src/optimizer/simplify_expressions.rs
##
@@ -554,212 +416,250 @@ impl<'a> Simplifier<'a> {
false
}
-fn
jonkeane commented on a change in pull request #11360:
URL: https://github.com/apache/arrow/pull/11360#discussion_r780471562
##
File path: .github/workflows/r.yml
##
@@ -324,6 +324,10 @@ jobs:
cd r/tests
sed -i.bak -E -e 's/"arrow"/"arrow", reporter = "loc
jonkeane closed pull request #11360:
URL: https://github.com/apache/arrow/pull/11360
--
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
emkornfield commented on a change in pull request #11996:
URL: https://github.com/apache/arrow/pull/11996#discussion_r780487058
##
File path: cpp/src/arrow/filesystem/gcsfs.cc
##
@@ -310,93 +318,107 @@ class GcsFileSystem::Impl {
Result GetFileInfo(const GcsPath& path) {
lidavidm commented on a change in pull request #11964:
URL: https://github.com/apache/arrow/pull/11964#discussion_r780554473
##
File path: cpp/src/arrow/dataset/file_csv.cc
##
@@ -148,9 +149,14 @@ static inline Result GetReadOptions(
static inline Future> OpenReaderAsync(
eerhardt commented on a change in pull request #12068:
URL: https://github.com/apache/arrow/pull/12068#discussion_r780371694
##
File path: csharp/examples/IoTDataPipelineExample/Program.cs
##
@@ -0,0 +1,107 @@
+// Licensed to the Apache Software Foundation (ASF) under one or m
westonpace commented on pull request #11991:
URL: https://github.com/apache/arrow/pull/11991#issuecomment-1007638718
> Did we file a JIRA for removing the deprecated flags in 8.0.0?
I just created ARROW-15283
--
This is an automated message from the Apache Git Service.
To respond t
westonpace commented on a change in pull request #11991:
URL: https://github.com/apache/arrow/pull/11991#discussion_r780473351
##
File path: python/pyarrow/_dataset.pyx
##
@@ -2239,10 +2233,6 @@ cdef class Scanner(_Weakrefable):
use_threads : bool, default True
If
houqp commented on pull request #68:
URL: https://github.com/apache/arrow-datafusion/pull/68#issuecomment-1007877042
Apologize for the late reply, still catching up to all the goodness happened
during the break. I should have communicated this better to save @Igosuki some
work :( But reall
kou closed pull request #12093:
URL: https://github.com/apache/arrow/pull/12093
--
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...
ursabot commented on pull request #12072:
URL: https://github.com/apache/arrow/pull/12072#issuecomment-1007600991
Benchmark runs are scheduled for baseline =
ddea0c9e5d50d0c147b1577e4aa0dc3cf9e64831 and contender =
b325ef7f95f8348cc7b3230dd65a172bfd0ce650.
b325ef7f95f8348cc7b3230dd65a172b
ursabot edited a comment on pull request #12090:
URL: https://github.com/apache/arrow/pull/12090#issuecomment-1007435619
--
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
ursabot edited a comment on pull request #11894:
URL: https://github.com/apache/arrow/pull/11894#issuecomment-1007435606
--
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
github-actions[bot] commented on pull request #12101:
URL: https://github.com/apache/arrow/pull/12101#issuecomment-1007747559
--
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.
sanjibansg closed pull request #12103:
URL: https://github.com/apache/arrow/pull/12103
--
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-unsu
alamb commented on pull request #1127:
URL: https://github.com/apache/arrow-rs/pull/1127#issuecomment-1007678179
> I missed it 😿
No worries @liukun4515 -- I would be happy to make any changes /
suggestions you may have.
--
This is an automated message from the Apache Git Service.
zeroshade commented on pull request #11832:
URL: https://github.com/apache/arrow/pull/11832#issuecomment-1007622829
@chriscasola comments added and updated. also rebased. thoughts?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
westonpace edited a comment on pull request #11616:
URL: https://github.com/apache/arrow/pull/11616#issuecomment-995349558
I dug into the performance a bit more for the small files case (I'll do S3
soon but I think I want to do real S3 and not minio since the former supports
parallelism an
jonkeane closed pull request #12090:
URL: https://github.com/apache/arrow/pull/12090
--
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
jonkeane commented on pull request #11360:
URL: https://github.com/apache/arrow/pull/11360#issuecomment-1007649170
--
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 unsubs
alamb commented on pull request #1401:
URL:
https://github.com/apache/arrow-datafusion/pull/1401#issuecomment-1007949187
--
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
jonkeane closed pull request #12072:
URL: https://github.com/apache/arrow/pull/12072
--
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
alamb merged pull request #1142:
URL: https://github.com/apache/arrow-rs/pull/1142
--
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
lidavidm commented on pull request #11964:
URL: https://github.com/apache/arrow/pull/11964#issuecomment-1007771490
#12100 would help with the ifdef proliferation, if we want to build on that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
alamb merged pull request #1141:
URL: https://github.com/apache/arrow-rs/pull/1141
--
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 #1401:
URL: https://github.com/apache/arrow-datafusion/pull/1401
--
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-
alamb opened a new pull request #1143:
URL: https://github.com/apache/arrow-rs/pull/1143
# Which issue does this PR close?
Closes https://github.com/apache/arrow-rs/issues/1120
# Rationale for this change
If we go with the changes proposed in
https://github.com/apache/a
1 - 100 of 145 matches
Mail list logo