codecov-commenter commented on pull request #1238:
URL: https://github.com/apache/arrow-rs/pull/1238#issuecomment-1020912306
#
[Codecov](https://codecov.io/gh/apache/arrow-rs/pull/1238?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
ursabot edited a comment on pull request #12229:
URL: https://github.com/apache/arrow/pull/12229#issuecomment-1020104357
Benchmark runs are scheduled for baseline =
512c5f1d454d21440f1ce1f8fa77cbb3b6cf8b42 and contender =
daa5c18e9697a6455a7a75fec19594543c17b21e.
daa5c18e9697a6455a7a75fec
yjshen commented on issue #1573:
URL:
https://github.com/apache/arrow-datafusion/issues/1573#issuecomment-1020913511
@alamb Ah, that makes sense. I will do it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
Crystrix opened a new pull request #12251:
URL: https://github.com/apache/arrow/pull/12251
The result of hash_count such array is incorrect.
For a table like this:
argument
key
NULL
1
NULL
1
The result is :
github-actions[bot] commented on pull request #12251:
URL: https://github.com/apache/arrow/pull/12251#issuecomment-1020915967
https://issues.apache.org/jira/browse/ARROW-15441
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
Jimexist commented on a change in pull request #1665:
URL: https://github.com/apache/arrow-datafusion/pull/1665#discussion_r791457473
##
File path: datafusion/src/datasource/object_store/mod.rs
##
@@ -141,7 +141,7 @@ pub trait ObjectStore: Sync + Send + Debug {
let suf
dependabot[bot] opened a new pull request #1671:
URL: https://github.com/apache/arrow-datafusion/pull/1671
Updates the requirements on [clap](https://github.com/clap-rs/clap) to
permit the latest version.
Release notes
Sourced from https://github.com/clap-rs/clap/releases";>clap's
jorisvandenbossche commented on a change in pull request #8510:
URL: https://github.com/apache/arrow/pull/8510#discussion_r791482403
##
File path: cpp/src/arrow/extension_type_test.cc
##
@@ -333,4 +334,144 @@ TEST_F(TestExtensionType, ValidateExtensionArray) {
ASSERT_OK(ext_
bkmgit commented on pull request #11882:
URL: https://github.com/apache/arrow/pull/11882#issuecomment-1020947191
Comparisons of the form:
```
ValidateBetween(Datum(std::make_shared("zzz")),
Datum(ArrayFromJSON(TypeTraits::type_singleton(), "[]")),
Datum(ArrayFromJSO
pitrou commented on a change in pull request #12231:
URL: https://github.com/apache/arrow/pull/12231#discussion_r791487536
##
File path: python/pyarrow/orc.py
##
@@ -330,7 +330,9 @@ def read_table(source, columns=None, filesystem=None):
"""
-def write_table(table, where, *
jorisvandenbossche commented on pull request #8510:
URL: https://github.com/apache/arrow/pull/8510#issuecomment-1020954761
> would there be interest in folding the Pandas side of these third-party
extensions into Pandas also?
That will be something to discuss in the pandas project.
pitrou commented on a change in pull request #12243:
URL: https://github.com/apache/arrow/pull/12243#discussion_r791511838
##
File path: dev/tasks/tasks.yml
##
@@ -904,6 +904,8 @@ tasks:
TEST_DEFAULT: 0
TEST_INTEGRATION_JAVA: 0
TEST_{{ target|upper }}
pitrou closed pull request #12242:
URL: https://github.com/apache/arrow/pull/12242
--
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
pitrou commented on a change in pull request #11916:
URL: https://github.com/apache/arrow/pull/11916#discussion_r791519069
##
File path: dev/tasks/conda-recipes/arrow-cpp/meta.yaml
##
@@ -81,6 +82,7 @@ outputs:
- lz4-c
- numpy
- orc # [unix]
+
ursabot commented on pull request #12242:
URL: https://github.com/apache/arrow/pull/12242#issuecomment-1020983453
Benchmark runs are scheduled for baseline =
9fb6defaecd3df3bfd40519118ae248c85df16dd and contender =
231d0a6b30e7017f0e07162b6716f3da49a674d0.
231d0a6b30e7017f0e07162b6716f3da
pitrou commented on pull request #10350:
URL: https://github.com/apache/arrow/pull/10350#issuecomment-1020984593
I would rather if a Gandiva developer vetted this PR. @pravindra perhaps?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
HaoYang670 commented on issue #751:
URL: https://github.com/apache/arrow-rs/issues/751#issuecomment-1020991748
I'd like to try if no one has been doing it.
--
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
xhochy commented on a change in pull request #11916:
URL: https://github.com/apache/arrow/pull/11916#discussion_r791530051
##
File path: dev/tasks/conda-recipes/arrow-cpp/build-pyarrow.sh
##
@@ -23,6 +23,7 @@ export PYARROW_WITH_PARQUET=1
export PYARROW_WITH_PLASMA=1
export P
xhochy commented on a change in pull request #11916:
URL: https://github.com/apache/arrow/pull/11916#discussion_r791530610
##
File path: dev/tasks/conda-recipes/arrow-cpp/meta.yaml
##
@@ -81,6 +82,7 @@ outputs:
- lz4-c
- numpy
- orc # [unix]
+
xhochy commented on pull request #11916:
URL: https://github.com/apache/arrow/pull/11916#issuecomment-1020994353
> Thanks @xhochy . Some of it a little over my head I must confess, but it
all LGTM.
Most of the fixed were general conda fixes and not related to the
google-cloud-cpp ad
HaoYang670 commented on issue #1108:
URL: https://github.com/apache/arrow-rs/issues/1108#issuecomment-1020994550
I do not include `DictionaryArray` in my PR, because I do not find a
straight forward way to build a binary dictionary. If it is needed, I will
include it later in my PR.
--
pitrou commented on a change in pull request #11916:
URL: https://github.com/apache/arrow/pull/11916#discussion_r791532477
##
File path: dev/tasks/conda-recipes/arrow-cpp/build-pyarrow.sh
##
@@ -23,6 +23,7 @@ export PYARROW_WITH_PARQUET=1
export PYARROW_WITH_PLASMA=1
export P
pitrou commented on a change in pull request #11916:
URL: https://github.com/apache/arrow/pull/11916#discussion_r791532646
##
File path: dev/tasks/conda-recipes/arrow-cpp/meta.yaml
##
@@ -81,6 +82,7 @@ outputs:
- lz4-c
- numpy
- orc # [unix]
+
ursabot edited a comment on pull request #12242:
URL: https://github.com/apache/arrow/pull/12242#issuecomment-1020983453
Benchmark runs are scheduled for baseline =
9fb6defaecd3df3bfd40519118ae248c85df16dd and contender =
231d0a6b30e7017f0e07162b6716f3da49a674d0.
231d0a6b30e7017f0e07162b6
dragosmg commented on a change in pull request #12240:
URL: https://github.com/apache/arrow/pull/12240#discussion_r791548170
##
File path: r/tests/testthat/test-Array.R
##
@@ -985,3 +985,14 @@ test_that("Array to C-interface", {
delete_arrow_schema(schema_ptr)
delete_arro
cyb70289 commented on a change in pull request #12239:
URL: https://github.com/apache/arrow/pull/12239#discussion_r791564011
##
File path: cpp/src/arrow/flight/client.cc
##
@@ -460,6 +462,11 @@ class GrpcIpcMessageReader : public ipc::MessageReader {
stream_finished_ = t
xudong963 commented on pull request #1671:
URL:
https://github.com/apache/arrow-datafusion/pull/1671#issuecomment-1021032356
ignore @dependabot
--
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
xudong963 edited a comment on pull request #1671:
URL:
https://github.com/apache/arrow-datafusion/pull/1671#issuecomment-1021032356
@dependabot close
--
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
dependabot[bot] commented on pull request #1671:
URL:
https://github.com/apache/arrow-datafusion/pull/1671#issuecomment-1021032879
Sorry, only users with push access can use that command.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
tustvold commented on a change in pull request #1238:
URL: https://github.com/apache/arrow-rs/pull/1238#discussion_r791568279
##
File path: arrow/src/compute/kernels/comparison.rs
##
@@ -3843,6 +3960,114 @@ mod tests {
assert_eq!(neq_dyn_scalar(&array, 8).unwrap(), exp
xhochy commented on pull request #11916:
URL: https://github.com/apache/arrow/pull/11916#issuecomment-1021083949
JIRA for the GCC 7.5 (cuda and ppc64le) compilation issue:
https://issues.apache.org/jira/browse/ARROW-15444
--
This is an automated message from the Apache Git Service.
To re
xhochy commented on a change in pull request #11916:
URL: https://github.com/apache/arrow/pull/11916#discussion_r791616291
##
File path: dev/tasks/conda-recipes/arrow-cpp/build-pyarrow.sh
##
@@ -23,6 +23,7 @@ export PYARROW_WITH_PARQUET=1
export PYARROW_WITH_PLASMA=1
export P
vibhatha opened a new pull request #12252:
URL: https://github.com/apache/arrow/pull/12252
Adding a fix: Could be caused due to the smaller number of data.
--
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
github-actions[bot] commented on pull request #12252:
URL: https://github.com/apache/arrow/pull/12252#issuecomment-1021091474
https://issues.apache.org/jira/browse/ARROW-15438
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
bkmgit commented on pull request #11882:
URL: https://github.com/apache/arrow/pull/11882#issuecomment-1021091591
Implicit casting is not implemented for between, but is available in the
other comparison kernels. Created another
[issue](https://issues.apache.org/jira/browse/ARROW-15446) for
ursabot edited a comment on pull request #12236:
URL: https://github.com/apache/arrow/pull/12236#issuecomment-1020590959
Benchmark runs are scheduled for baseline =
daa5c18e9697a6455a7a75fec19594543c17b21e and contender =
443d09548b03e8ee90aa8b9229e2f8a264c9c915.
443d09548b03e8ee90aa8b922
ursabot edited a comment on pull request #12242:
URL: https://github.com/apache/arrow/pull/12242#issuecomment-1020983453
Benchmark runs are scheduled for baseline =
9fb6defaecd3df3bfd40519118ae248c85df16dd and contender =
231d0a6b30e7017f0e07162b6716f3da49a674d0.
231d0a6b30e7017f0e07162b6
alamb merged pull request #1237:
URL: https://github.com/apache/arrow-rs/pull/1237
--
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 issue #1661:
URL:
https://github.com/apache/arrow-datafusion/issues/1661#issuecomment-1021097346
I am waiting on the final approval needed to release 8.0.0. I hope I can get
this today
--
This is an automated message from the Apache Git Service.
To respond to the mess
pitrou opened a new pull request #12253:
URL: https://github.com/apache/arrow/pull/12253
Even though the GDB extension should theoretically work with a release
build, it's difficult to test for, as we can't lookup any variables from the
GDB prompt.
--
This is an automated message from t
github-actions[bot] commented on pull request #12253:
URL: https://github.com/apache/arrow/pull/12253#issuecomment-1021113689
--
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.
filmor commented on pull request #12193:
URL: https://github.com/apache/arrow/pull/12193#issuecomment-1021113761
@eerhardt Could you have a look? This would enable using Flight in .NET
Framework projects.
--
This is an automated message from the Apache Git Service.
To respond to the mess
pitrou commented on pull request #12253:
URL: https://github.com/apache/arrow/pull/12253#issuecomment-1021113880
@github-actions crossbow submit -g python
--
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
paleolimbot commented on a change in pull request #12208:
URL: https://github.com/apache/arrow/pull/12208#discussion_r791642605
##
File path: r/tests/testthat/test-dplyr-join.R
##
@@ -173,3 +173,31 @@ test_that("mutate then join", {
)
)
})
+
+test_that("filter then joi
github-actions[bot] commented on pull request #12253:
URL: https://github.com/apache/arrow/pull/12253#issuecomment-1021122947
Revision: 9c5d859589d985386442c0f212fb103e24bec172
Submitted crossbow builds: [ursacomputing/crossbow @
actions-1483](https://github.com/ursacomputing/crossbo
dragosmg commented on a change in pull request #12208:
URL: https://github.com/apache/arrow/pull/12208#discussion_r791659038
##
File path: r/tests/testthat/test-dplyr-join.R
##
@@ -173,3 +173,31 @@ test_that("mutate then join", {
)
)
})
+
+test_that("filter then join",
paleolimbot commented on a change in pull request #12208:
URL: https://github.com/apache/arrow/pull/12208#discussion_r791675682
##
File path: r/tests/testthat/test-dplyr-join.R
##
@@ -173,3 +173,31 @@ test_that("mutate then join", {
)
)
})
+
+test_that("filter then joi
dragosmg commented on a change in pull request #12208:
URL: https://github.com/apache/arrow/pull/12208#discussion_r791680941
##
File path: r/tests/testthat/test-dplyr-join.R
##
@@ -173,3 +173,31 @@ test_that("mutate then join", {
)
)
})
+
+test_that("filter then join",
dragosmg commented on a change in pull request #12208:
URL: https://github.com/apache/arrow/pull/12208#discussion_r791680941
##
File path: r/tests/testthat/test-dplyr-join.R
##
@@ -173,3 +173,31 @@ test_that("mutate then join", {
)
)
})
+
+test_that("filter then join",
dhruv9vats commented on a change in pull request #12162:
URL: https://github.com/apache/arrow/pull/12162#discussion_r791685056
##
File path: cpp/src/arrow/compute/kernels/scalar_nested.cc
##
@@ -429,6 +429,169 @@ const FunctionDoc make_struct_doc{"Wrap Arrays into a
StructArra
kszucs commented on pull request #12253:
URL: https://github.com/apache/arrow/pull/12253#issuecomment-1021159677
Can we remove the `PYARROW_TEST_GDB=OFF` flags from #12243 once this is
merged?
--
This is an automated message from the Apache Git Service.
To respond to the message, please
kszucs edited a comment on pull request #12253:
URL: https://github.com/apache/arrow/pull/12253#issuecomment-1021159677
Can we remove the `PYARROW_TEST_GDB=OFF` flags from #12243 once this is
merged (presuming a new RC)?
--
This is an automated message from the Apache Git Service.
To res
pitrou commented on pull request #12253:
URL: https://github.com/apache/arrow/pull/12253#issuecomment-1021161499
If these are all non-debug builds, then probably, yes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
rok commented on a change in pull request #8510:
URL: https://github.com/apache/arrow/pull/8510#discussion_r791700615
##
File path: cpp/src/arrow/extension_type_test.cc
##
@@ -333,4 +334,144 @@ TEST_F(TestExtensionType, ValidateExtensionArray) {
ASSERT_OK(ext_arr4->ValidateF
lidavidm commented on a change in pull request #12162:
URL: https://github.com/apache/arrow/pull/12162#discussion_r791702912
##
File path: cpp/src/arrow/compute/kernels/scalar_nested.cc
##
@@ -429,6 +429,169 @@ const FunctionDoc make_struct_doc{"Wrap Arrays into a
StructArray"
Jimexist opened a new pull request #1672:
URL: https://github.com/apache/arrow-datafusion/pull/1672
# Which issue does this PR close?
Closes #1671
# Rationale for this change
# What changes are included in this PR?
# Are there any user-facing changes?
lidavidm commented on a change in pull request #12162:
URL: https://github.com/apache/arrow/pull/12162#discussion_r791705325
##
File path: cpp/src/arrow/compute/kernels/scalar_nested.cc
##
@@ -429,6 +429,167 @@ const FunctionDoc make_struct_doc{"Wrap Arrays into a
StructArray"
lidavidm commented on a change in pull request #12162:
URL: https://github.com/apache/arrow/pull/12162#discussion_r791705730
##
File path: cpp/src/arrow/compute/kernels/scalar_nested.cc
##
@@ -429,6 +429,169 @@ const FunctionDoc make_struct_doc{"Wrap Arrays into a
StructArray"
xudong963 commented on a change in pull request #1672:
URL: https://github.com/apache/arrow-datafusion/pull/1672#discussion_r791714484
##
File path: datafusion-cli/src/main.rs
##
@@ -154,23 +154,23 @@ pub async fn main() -> Result<()> {
Ok(())
}
-fn is_valid_file(dir: S
kszucs commented on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1021190719
@lidavidm do we have a reproducer perhaps?
--
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
lidavidm commented on a change in pull request #12251:
URL: https://github.com/apache/arrow/pull/12251#discussion_r791715298
##
File path: cpp/src/arrow/compute/kernels/hash_aggregate_test.cc
##
@@ -2811,5 +2811,98 @@ TEST(GroupBy, SmallChunkSizeSumOnly) {
lidavidm commented on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1021198811
Not really, except running the test in a loop (though --pdb makes it much
more likely)
--
This is an automated message from the Apache Git Service.
To respond to the message
dhruv9vats commented on a change in pull request #12162:
URL: https://github.com/apache/arrow/pull/12162#discussion_r791729070
##
File path: cpp/src/arrow/compute/kernels/scalar_nested.cc
##
@@ -429,6 +429,167 @@ const FunctionDoc make_struct_doc{"Wrap Arrays into a
StructArra
lidavidm commented on a change in pull request #12162:
URL: https://github.com/apache/arrow/pull/12162#discussion_r791729886
##
File path: cpp/src/arrow/compute/kernels/scalar_nested.cc
##
@@ -429,6 +429,167 @@ const FunctionDoc make_struct_doc{"Wrap Arrays into a
StructArray"
kszucs closed pull request #12245:
URL: https://github.com/apache/arrow/pull/12245
--
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 issue #1661:
URL:
https://github.com/apache/arrow-datafusion/issues/1661#issuecomment-1021208551
Released https://lists.apache.org/thread/b803mt0g8czbz3l31230053o2q728mqw 🎉
I will get a PR up to upgrade datafusion
--
This is an automated message from the Apache
dhruv9vats commented on a change in pull request #12162:
URL: https://github.com/apache/arrow/pull/12162#discussion_r791739035
##
File path: cpp/src/arrow/compute/kernels/scalar_nested.cc
##
@@ -429,6 +429,167 @@ const FunctionDoc make_struct_doc{"Wrap Arrays into a
StructArra
lidavidm commented on a change in pull request #12239:
URL: https://github.com/apache/arrow/pull/12239#discussion_r791739985
##
File path: cpp/src/arrow/flight/client.cc
##
@@ -460,6 +462,11 @@ class GrpcIpcMessageReader : public ipc::MessageReader {
stream_finished_ = t
ursabot commented on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1021211208
Benchmark runs are scheduled for baseline =
231d0a6b30e7017f0e07162b6716f3da49a674d0 and contender =
0fa4b9ca1e7b13ac230f85075d86d783eeea6a74.
0fa4b9ca1e7b13ac230f85075d86d783
alamb opened a new pull request #1673:
URL: https://github.com/apache/arrow-datafusion/pull/1673
# Which issue does this PR close?
N/A
# Rationale for this change
Update to latest arrow, getting among other things, improvements for decimal
type, and parquet utf8 validation
lidavidm commented on a change in pull request #12162:
URL: https://github.com/apache/arrow/pull/12162#discussion_r791741717
##
File path: cpp/src/arrow/compute/kernels/scalar_nested.cc
##
@@ -429,6 +429,167 @@ const FunctionDoc make_struct_doc{"Wrap Arrays into a
StructArray"
Crystrix commented on a change in pull request #12251:
URL: https://github.com/apache/arrow/pull/12251#discussion_r791742401
##
File path: cpp/src/arrow/compute/kernels/hash_aggregate_test.cc
##
@@ -2811,5 +2811,98 @@ TEST(GroupBy, SmallChunkSizeSumOnly) {
raulcd commented on a change in pull request #12252:
URL: https://github.com/apache/arrow/pull/12252#discussion_r791743995
##
File path: python/pyarrow/tests/test_dataset.py
##
@@ -3804,6 +3807,8 @@ def _get_compare_pair(data_source, record_batch,
file_format, col_id):
nu
alamb commented on pull request #1673:
URL:
https://github.com/apache/arrow-datafusion/pull/1673#issuecomment-1021214521
cc @liukun4515
--
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 spec
kszucs commented on pull request #12253:
URL: https://github.com/apache/arrow/pull/12253#issuecomment-1021217229
@github-actions crossbow submit wheel-macos-big-sur-*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
lidavidm commented on a change in pull request #12136:
URL: https://github.com/apache/arrow/pull/12136#discussion_r791745928
##
File path: cpp/src/arrow/compute/kernels/codegen_internal.cc
##
@@ -109,6 +109,39 @@ void ReplaceNullWithOtherType(ValueDescr* first, size_t
count) {
vibhatha commented on a change in pull request #12252:
URL: https://github.com/apache/arrow/pull/12252#discussion_r791749029
##
File path: python/pyarrow/tests/test_dataset.py
##
@@ -3804,6 +3807,8 @@ def _get_compare_pair(data_source, record_batch,
file_format, col_id):
vibhatha commented on a change in pull request #12252:
URL: https://github.com/apache/arrow/pull/12252#discussion_r791749029
##
File path: python/pyarrow/tests/test_dataset.py
##
@@ -3804,6 +3807,8 @@ def _get_compare_pair(data_source, record_batch,
file_format, col_id):
alamb merged pull request #1667:
URL: https://github.com/apache/arrow-datafusion/pull/1667
--
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 closed pull request #1381:
URL: https://github.com/apache/arrow-datafusion/pull/1381
--
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 commented on pull request #1381:
URL:
https://github.com/apache/arrow-datafusion/pull/1381#issuecomment-1021222179
Completed in https://github.com/apache/arrow-datafusion/pull/1667
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
rafael-telles opened a new pull request #12254:
URL: https://github.com/apache/arrow/pull/12254
This implements a JDBC driver able to communicate to Flight SQL sources.
So far this covers:
- Metadata retrieval by DatabaseMetadata, ResultSetMetadata, etc.
- Query execution by sta
lidavidm commented on a change in pull request #12248:
URL: https://github.com/apache/arrow/pull/12248#discussion_r791750845
##
File path: cpp/src/arrow/compute/kernels/scalar_cast_nested.cc
##
@@ -150,6 +150,73 @@ void AddListCast(CastFunction* func) {
DCHECK_OK(func->AddKe
jonkeane commented on a change in pull request #12240:
URL: https://github.com/apache/arrow/pull/12240#discussion_r791756282
##
File path: r/tests/testthat/test-Array.R
##
@@ -985,3 +985,14 @@ test_that("Array to C-interface", {
delete_arrow_schema(schema_ptr)
delete_arro
ursabot edited a comment on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1021211208
Benchmark runs are scheduled for baseline =
231d0a6b30e7017f0e07162b6716f3da49a674d0 and contender =
0fa4b9ca1e7b13ac230f85075d86d783eeea6a74.
0fa4b9ca1e7b13ac230f85075
AlenkaF commented on pull request #12178:
URL: https://github.com/apache/arrow/pull/12178#issuecomment-1021233071
Got it!
Will do it as soon as I am back (next week). Hope that's ok.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
amol- commented on pull request #125:
URL: https://github.com/apache/arrow-cookbook/pull/125#issuecomment-1021234192
To ease PR management for the other recipe java PRs (that depend on this
one) I'm going to merge this one. I'll create a PR to integrate the CI for the
Java part.
--
This
amol- merged pull request #125:
URL: https://github.com/apache/arrow-cookbook/pull/125
--
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
dragosmg commented on a change in pull request #12240:
URL: https://github.com/apache/arrow/pull/12240#discussion_r791766856
##
File path: r/tests/testthat/test-Array.R
##
@@ -985,3 +985,14 @@ test_that("Array to C-interface", {
delete_arrow_schema(schema_ptr)
delete_arro
pitrou opened a new pull request #12255:
URL: https://github.com/apache/arrow/pull/12255
Fix the following compilation error on Ubuntu 18.04:
```
/arrow/cpp/src/arrow/adapters/orc/options.h:73:13: error: In the GNU C
Library, "major" is defined
by . For historical compatibility, i
pitrou commented on a change in pull request #12255:
URL: https://github.com/apache/arrow/pull/12255#discussion_r791769465
##
File path: python/pyarrow/tests/test_orc.py
##
@@ -299,219 +299,219 @@ def test_orcfile_readwrite_with_bad_writeoptions():
# batch_size must be a p
pitrou commented on pull request #12255:
URL: https://github.com/apache/arrow/pull/12255#issuecomment-1021239845
@iajoiner FYI
--
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 commen
rok commented on a change in pull request #12136:
URL: https://github.com/apache/arrow/pull/12136#discussion_r791769717
##
File path: cpp/src/arrow/compute/kernels/codegen_internal.cc
##
@@ -109,6 +109,39 @@ void ReplaceNullWithOtherType(ValueDescr* first, size_t
count) {
}
pitrou commented on pull request #12255:
URL: https://github.com/apache/arrow/pull/12255#issuecomment-1021240552
@github-actions crossbow submit -g cpp
--
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
rok commented on a change in pull request #12136:
URL: https://github.com/apache/arrow/pull/12136#discussion_r791770325
##
File path: cpp/src/arrow/compute/kernels/codegen_internal.cc
##
@@ -109,6 +109,39 @@ void ReplaceNullWithOtherType(ValueDescr* first, size_t
count) {
}
amol- commented on pull request #133:
URL: https://github.com/apache/arrow-cookbook/pull/133#issuecomment-1021242687
Will add deploy part as soon as I confirmed that the testing part works as
expected
--
This is an automated message from the Apache Git Service.
To respond to the message,
jorisvandenbossche commented on a change in pull request #12240:
URL: https://github.com/apache/arrow/pull/12240#discussion_r791773567
##
File path: r/tests/testthat/test-Array.R
##
@@ -985,3 +985,14 @@ test_that("Array to C-interface", {
delete_arrow_schema(schema_ptr)
d
dragosmg commented on a change in pull request #12240:
URL: https://github.com/apache/arrow/pull/12240#discussion_r791778184
##
File path: r/tests/testthat/test-Array.R
##
@@ -985,3 +985,14 @@ test_that("Array to C-interface", {
delete_arrow_schema(schema_ptr)
delete_arro
Ted-Jiang commented on a change in pull request #1665:
URL: https://github.com/apache/arrow-datafusion/pull/1665#discussion_r791778966
##
File path: datafusion/src/datasource/object_store/mod.rs
##
@@ -141,7 +141,7 @@ pub trait ObjectStore: Sync + Send + Debug {
let su
jonkeane commented on a change in pull request #12240:
URL: https://github.com/apache/arrow/pull/12240#discussion_r791779372
##
File path: r/tests/testthat/test-Array.R
##
@@ -985,3 +985,14 @@ test_that("Array to C-interface", {
delete_arrow_schema(schema_ptr)
delete_arro
1 - 100 of 561 matches
Mail list logo