kszucs closed pull request #8072:
URL: https://github.com/apache/arrow/pull/8072
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
jduo commented on a change in pull request #8325:
URL: https://github.com/apache/arrow/pull/8325#discussion_r502241411
##
File path: cpp/src/arrow/flight/client.h
##
@@ -90,6 +90,8 @@ class ARROW_FLIGHT_EXPORT FlightWriteSizeStatusDetail :
public arrow::StatusDeta
class ARR
jorisvandenbossche commented on pull request #8162:
URL: https://github.com/apache/arrow/pull/8162#issuecomment-706026472
Yes, it's an actual failure that I still needed to take a look at. But the
problem is that I can't reproduce it locally (well, it might be specific to
Python 3.5, but I
jduo commented on a change in pull request #8325:
URL: https://github.com/apache/arrow/pull/8325#discussion_r502248222
##
File path: cpp/src/arrow/flight/client.cc
##
@@ -835,6 +843,31 @@ class GrpcMetadataReader : public FlightMetadataReader {
std::shared_ptr read_mutex_;
jhorstmann opened a new pull request #8409:
URL: https://github.com/apache/arrow/pull/8409
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
jhorstmann commented on a change in pull request #8409:
URL: https://github.com/apache/arrow/pull/8409#discussion_r502249059
##
File path: rust/benchmarks/src/bin/tpch.rs
##
@@ -59,6 +61,10 @@ struct TpchOpt {
/// File format: `csv` or `parquet`
#[structopt(short = "f
github-actions[bot] commented on pull request #8409:
URL: https://github.com/apache/arrow/pull/8409#issuecomment-706036980
https://issues.apache.org/jira/browse/ARROW-10240
This is an automated message from the Apache Git Ser
jorisvandenbossche opened a new pull request #8410:
URL: https://github.com/apache/arrow/pull/8410
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
jorisvandenbossche closed pull request #7515:
URL: https://github.com/apache/arrow/pull/7515
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
jorisvandenbossche commented on pull request #7515:
URL: https://github.com/apache/arrow/pull/7515#issuecomment-706045938
I am actually not fully convinced this is a worthwhile change. But split of
the docs I added here (which are useful anyway) into its own PR:
https://github.com/apache/a
jorisvandenbossche commented on pull request #8410:
URL: https://github.com/apache/arrow/pull/8410#issuecomment-706046234
The useful parts split off from #7515
This is an automated message from the Apache Git Service.
To resp
jorisvandenbossche commented on pull request #8255:
URL: https://github.com/apache/arrow/pull/8255#issuecomment-706046582
Rebased this
This is an automated message from the Apache Git Service.
To respond to the message, pleas
github-actions[bot] commented on pull request #8410:
URL: https://github.com/apache/arrow/pull/8410#issuecomment-706047018
https://issues.apache.org/jira/browse/ARROW-10244
This is an automated message from the Apache Git Ser
praveenbingo closed pull request #8201:
URL: https://github.com/apache/arrow/pull/8201
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
kszucs commented on a change in pull request #8255:
URL: https://github.com/apache/arrow/pull/8255#discussion_r502312300
##
File path: python/pyarrow/tests/test_serialization_deprecated.py
##
@@ -0,0 +1,57 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or m
kszucs commented on a change in pull request #8255:
URL: https://github.com/apache/arrow/pull/8255#discussion_r502312518
##
File path: python/pyarrow/__init__.py
##
@@ -203,30 +202,49 @@ def show_versions():
import pyarrow.types as types
-# deprecated filesystems
+# deprec
jorisvandenbossche commented on pull request #8301:
URL: https://github.com/apache/arrow/pull/8301#issuecomment-706084228
@bkietz so I was now thinking it is actually fine to return a fragment with
0 row groups (it can then be the responsibility of the user to check for this,
if they want
kszucs commented on pull request #8255:
URL: https://github.com/apache/arrow/pull/8255#issuecomment-706087221
Why are the tests in a separate file?
This is an automated message from the Apache Git Service.
To respond to the m
sagnikc-dremio commented on pull request #8398:
URL: https://github.com/apache/arrow/pull/8398#issuecomment-706087612
> Hi @sagnikc-dremio does this by chance resolve the build failure observed
on [ARROW-10177](https://issues.apache.org/jira/browse/ARROW-10177)?
Actually--let's run the tes
jorisvandenbossche commented on a change in pull request #8255:
URL: https://github.com/apache/arrow/pull/8255#discussion_r502324218
##
File path: python/pyarrow/__init__.py
##
@@ -203,30 +202,49 @@ def show_versions():
import pyarrow.types as types
-# deprecated filesyste
jorisvandenbossche commented on pull request #8255:
URL: https://github.com/apache/arrow/pull/8255#issuecomment-706093394
> Why are the tests in a separate file?
Because that allows me to simply ignore all deprecation warnings in the
actual test file (see the comment at the pytestmar
xhochy commented on pull request #8371:
URL: https://github.com/apache/arrow/pull/8371#issuecomment-706095916
I can happily report that the iterator is the only issue and the build
passes locally for me when I add a `const` at the end of the declaration and to
all implementations.
--
kszucs commented on pull request #8255:
URL: https://github.com/apache/arrow/pull/8255#issuecomment-706102256
Thanks Joris, merging!
This is an automated message from the Apache Git Service.
To respond to the message, please
kszucs closed pull request #8255:
URL: https://github.com/apache/arrow/pull/8255
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
pitrou commented on a change in pull request #8325:
URL: https://github.com/apache/arrow/pull/8325#discussion_r502338793
##
File path: cpp/src/arrow/flight/client.cc
##
@@ -845,18 +878,48 @@ class FlightClient::FlightClientImpl {
if (scheme == kSchemeGrpc || scheme == kSch
pitrou commented on a change in pull request #8325:
URL: https://github.com/apache/arrow/pull/8325#discussion_r502339168
##
File path: cpp/src/arrow/flight/client.cc
##
@@ -845,18 +878,48 @@ class FlightClient::FlightClientImpl {
if (scheme == kSchemeGrpc || scheme == kSch
alamb commented on a change in pull request #8300:
URL: https://github.com/apache/arrow/pull/8300#discussion_r502329941
##
File path: rust/parquet/src/file/reader.rs
##
@@ -18,35 +18,37 @@
//! Contains file reader API and provides methods to access file metadata, row
group
/
alamb commented on a change in pull request #8300:
URL: https://github.com/apache/arrow/pull/8300#discussion_r502332349
##
File path: rust/parquet/src/file/reader.rs
##
@@ -18,35 +18,37 @@
//! Contains file reader API and provides methods to access file metadata, row
group
/
kszucs commented on pull request #8395:
URL: https://github.com/apache/arrow/pull/8395#issuecomment-706121867
@github-actions crossbow submit test-ubuntu-18.04-docs
This is an automated message from the Apache Git Service.
To
github-actions[bot] commented on pull request #8395:
URL: https://github.com/apache/arrow/pull/8395#issuecomment-706123279
Revision: 7ace0ae2a17007cb77228f000f713d0b13695688
Submitted crossbow builds: [ursa-labs/crossbow @
actions-629](https://github.com/ursa-labs/crossbow/branches/a
romainfrancois opened a new pull request #8411:
URL: https://github.com/apache/arrow/pull/8411
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 #8411:
URL: https://github.com/apache/arrow/pull/8411#issuecomment-706125380
https://issues.apache.org/jira/browse/ARROW-10114
This is an automated message from the Apache Git Ser
liyafan82 commented on a change in pull request #8363:
URL: https://github.com/apache/arrow/pull/8363#discussion_r502369246
##
File path:
java/vector/src/main/java/org/apache/arrow/vector/util/DictionaryUtility.java
##
@@ -115,25 +118,28 @@ public static Field toMemoryFormat(F
bkietz commented on pull request #8389:
URL: https://github.com/apache/arrow/pull/8389#issuecomment-706132376
Thanks @kou!
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
liyafan82 commented on a change in pull request #8363:
URL: https://github.com/apache/arrow/pull/8363#discussion_r502370575
##
File path:
java/vector/src/test/java/org/apache/arrow/vector/ipc/TestArrowReaderWriter.java
##
@@ -305,6 +321,64 @@ public void testWriteReadWithDicti
liyafan82 commented on a change in pull request #8363:
URL: https://github.com/apache/arrow/pull/8363#discussion_r502371916
##
File path:
java/vector/src/test/java/org/apache/arrow/vector/ipc/TestArrowReaderWriter.java
##
@@ -305,6 +321,64 @@ public void testWriteReadWithDicti
liyafan82 commented on a change in pull request #8363:
URL: https://github.com/apache/arrow/pull/8363#discussion_r502372509
##
File path:
java/vector/src/test/java/org/apache/arrow/vector/ipc/TestArrowReaderWriter.java
##
@@ -305,6 +321,64 @@ public void testWriteReadWithDicti
liyafan82 commented on a change in pull request #8363:
URL: https://github.com/apache/arrow/pull/8363#discussion_r502373097
##
File path:
java/vector/src/test/java/org/apache/arrow/vector/ipc/TestArrowReaderWriter.java
##
@@ -305,6 +321,64 @@ public void testWriteReadWithDicti
liyafan82 commented on a change in pull request #8363:
URL: https://github.com/apache/arrow/pull/8363#discussion_r502373348
##
File path:
java/vector/src/test/java/org/apache/arrow/vector/testing/ValueVectorDataPopulator.java
##
@@ -673,4 +677,28 @@ public static void setVecto
liyafan82 commented on a change in pull request #8363:
URL: https://github.com/apache/arrow/pull/8363#discussion_r502373894
##
File path:
java/vector/src/test/java/org/apache/arrow/vector/testing/ValueVectorDataPopulator.java
##
@@ -673,4 +677,28 @@ public static void setVecto
jorisvandenbossche commented on a change in pull request #8305:
URL: https://github.com/apache/arrow/pull/8305#discussion_r502406437
##
File path: python/pyarrow/tests/test_dataset.py
##
@@ -2200,7 +2196,7 @@ def test_write_dataset(tempdir):
dataset = ds.dataset(directory)
jorisvandenbossche commented on pull request #8305:
URL: https://github.com/apache/arrow/pull/8305#issuecomment-706166335
> FileSystemDataset::Write now parallelizes across scan tasks rather than
fragments so there will be no difference in performance/written files even if
we create a sing
jorisvandenbossche opened a new pull request #8412:
URL: https://github.com/apache/arrow/pull/8412
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
drusso commented on pull request #8222:
URL: https://github.com/apache/arrow/pull/8222#issuecomment-706177533
Thanks @jorgecarleitao! And also, thank you for taking the time for the
thorough review. This was a fun feature to work on.
--
jorgecarleitao commented on pull request #8316:
URL: https://github.com/apache/arrow/pull/8316#issuecomment-705944089
Closing in favor of #8401
This is an automated message from the Apache Git Service.
To respond to the mess
pitrou closed pull request #8145:
URL: https://github.com/apache/arrow/pull/8145
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
terencehonles commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r501463131
##
File path: dev/tasks/python-wheels/travis.osx.yml
##
@@ -31,7 +31,7 @@ addons:
- git
- [email protected]
- protobuf
- - python@
nealrichardson commented on pull request #8406:
URL: https://github.com/apache/arrow/pull/8406#issuecomment-705931636
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
nevi-me commented on a change in pull request #8262:
URL: https://github.com/apache/arrow/pull/8262#discussion_r501681537
##
File path: rust/arrow/src/buffer.rs
##
@@ -254,6 +256,21 @@ impl Buffer {
)
}
+/// Returns a slice of this buffer starting at a certa
jorgecarleitao commented on a change in pull request #8262:
URL: https://github.com/apache/arrow/pull/8262#discussion_r501772813
##
File path: rust/arrow/src/buffer.rs
##
@@ -369,120 +394,171 @@ where
result.freeze()
}
+/// Apply a bitwise operation `op` to two inputs a
liyafan82 commented on pull request #8363:
URL: https://github.com/apache/arrow/pull/8363#issuecomment-70592
> @liyafan82 do you have time to review?
@emkornfield Sure. I will take a look in one or two days.
This
jorisvandenbossche commented on a change in pull request #8255:
URL: https://github.com/apache/arrow/pull/8255#discussion_r502324218
##
File path: python/pyarrow/__init__.py
##
@@ -203,30 +202,49 @@ def show_versions():
import pyarrow.types as types
-# deprecated filesyste
drusso commented on a change in pull request #8222:
URL: https://github.com/apache/arrow/pull/8222#discussion_r501684962
##
File path: rust/datafusion/src/physical_plan/distinct_expressions.rs
##
@@ -0,0 +1,203 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+
kou commented on pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#issuecomment-705332674
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
kszucs commented on pull request #8162:
URL: https://github.com/apache/arrow/pull/8162#issuecomment-705456869
@jorisvandenbossche seems like python3.5 build is failing
This is an automated message from the Apache Git Service.
wesm closed issue #8384:
URL: https://github.com/apache/arrow/issues/8384
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 specif
projjal commented on pull request #8158:
URL: https://github.com/apache/arrow/pull/8158#issuecomment-705958047
Thanks @wesm
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
drusso commented on pull request #8222:
URL: https://github.com/apache/arrow/pull/8222#issuecomment-706177533
Thanks @jorgecarleitao! And also, thank you for taking the time for the
thorough review. This was a fun feature to work on.
--
github-actions[bot] commented on pull request #8402:
URL: https://github.com/apache/arrow/pull/8402#issuecomment-705795175
https://issues.apache.org/jira/browse/ARROW-8426
This is an automated message from the Apache Git Serv
github-actions[bot] commented on pull request #8397:
URL: https://github.com/apache/arrow/pull/8397#issuecomment-705497672
https://issues.apache.org/jira/browse/ARROW-10233
This is an automated message from the Apache Git Ser
github-actions[bot] commented on pull request #8406:
URL: https://github.com/apache/arrow/pull/8406#issuecomment-705896055
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
emkornfield commented on pull request #6979:
URL: https://github.com/apache/arrow/pull/6979#issuecomment-705321792
@wesm does your +1 still hold? Can this be merged now?
This is an automated message from the Apache Git Servi
pitrou commented on a change in pull request #8349:
URL: https://github.com/apache/arrow/pull/8349#discussion_r501762533
##
File path: cpp/src/arrow/python/helpers.cc
##
@@ -258,30 +266,46 @@ bool PyFloat_IsNaN(PyObject* obj) {
namespace {
static std::once_flag pandas_stati
liyafan82 commented on a change in pull request #8363:
URL: https://github.com/apache/arrow/pull/8363#discussion_r502369246
##
File path:
java/vector/src/main/java/org/apache/arrow/vector/util/DictionaryUtility.java
##
@@ -115,25 +118,28 @@ public static Field toMemoryFormat(F
emkornfield commented on a change in pull request #8366:
URL: https://github.com/apache/arrow/pull/8366#discussion_r501446625
##
File path: cpp/src/parquet/arrow/schema.h
##
@@ -91,7 +91,6 @@ struct PARQUET_EXPORT SchemaField {
std::shared_ptr<::arrow::Field> field;
// If
nealrichardson closed pull request #7807:
URL: https://github.com/apache/arrow/pull/7807
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
github-actions[bot] commented on pull request #8405:
URL: https://github.com/apache/arrow/pull/8405#issuecomment-705823515
Thanks for opening a pull request!
Could you open an issue for this pull request on JIRA?
https://issues.apache.org/jira/browse/ARROW
Then could
nealrichardson commented on pull request #8398:
URL: https://github.com/apache/arrow/pull/8398#issuecomment-705640747
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 #8407:
URL: https://github.com/apache/arrow/pull/8407#issuecomment-705923975
https://issues.apache.org/jira/browse/ARROW-10241
This is an automated message from the Apache Git Ser
jduo commented on pull request #8325:
URL: https://github.com/apache/arrow/pull/8325#issuecomment-705342986
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
jorgecarleitao commented on a change in pull request #8222:
URL: https://github.com/apache/arrow/pull/8222#discussion_r501440700
##
File path: rust/datafusion/src/test/mod.rs
##
@@ -135,6 +135,13 @@ pub fn format_batch(batch: &RecordBatch) -> Vec {
}
l
pitrou commented on a change in pull request #8366:
URL: https://github.com/apache/arrow/pull/8366#discussion_r501548523
##
File path: cpp/src/parquet/arrow/schema.h
##
@@ -91,7 +91,6 @@ struct PARQUET_EXPORT SchemaField {
std::shared_ptr<::arrow::Field> field;
// If fiel
nevi-me commented on pull request #8346:
URL: https://github.com/apache/arrow/pull/8346#issuecomment-705532225
> 🤔 so the 'pretty-print' feature is not enabled by default for arrow and
thus I can't use it in the tests. I put in a hack (copy/paste of the pretty
printing) in
[9f8b9ba](https
kszucs commented on pull request #8395:
URL: https://github.com/apache/arrow/pull/8395#issuecomment-705456261
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
jorisvandenbossche commented on pull request #8162:
URL: https://github.com/apache/arrow/pull/8162#issuecomment-706026472
Yes, it's an actual failure that I still needed to take a look at. But the
problem is that I can't reproduce it locally (well, it might be specific to
Python 3.5, but I
nealrichardson commented on pull request #8371:
URL: https://github.com/apache/arrow/pull/8371#issuecomment-705626091
@bkietz can you take a look at that? Windows conda uses MSVC so it wouldn't
surprise me if there were some corners in `cpp11` that weren't robust to that.
sagnikc-dremio commented on a change in pull request #8398:
URL: https://github.com/apache/arrow/pull/8398#discussion_r501676101
##
File path: cpp/src/gandiva/precompiled/extended_math_ops_test.cc
##
@@ -93,6 +93,9 @@ TEST(TestExtendedMathOps, TestRoundDecimal) {
EXPECT_FLOA
github-actions[bot] commented on pull request #8403:
URL: https://github.com/apache/arrow/pull/8403#issuecomment-705808504
https://issues.apache.org/jira/browse/ARROW-10237
This is an automated message from the Apache Git Ser
jhorstmann commented on a change in pull request #8262:
URL: https://github.com/apache/arrow/pull/8262#discussion_r501769149
##
File path: rust/arrow/src/buffer.rs
##
@@ -369,120 +394,171 @@ where
result.freeze()
}
+/// Apply a bitwise operation `op` to two inputs and r
pitrou commented on pull request #8392:
URL: https://github.com/apache/arrow/pull/8392#issuecomment-705428653
Ha, sorry. Thank you for noticing :-)
This is an automated message from the Apache Git Service.
To respond to the m
kszucs commented on pull request #8255:
URL: https://github.com/apache/arrow/pull/8255#issuecomment-706087221
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
pitrou commented on a change in pull request #8271:
URL: https://github.com/apache/arrow/pull/8271#discussion_r501601274
##
File path: cpp/src/arrow/compute/kernels/scalar_string.cc
##
@@ -809,6 +812,418 @@ struct IsUpperAscii :
CharacterPredicateAscii {
}
};
+// splitti
jorgecarleitao closed pull request #8316:
URL: https://github.com/apache/arrow/pull/8316
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
pprudhvi commented on a change in pull request #8398:
URL: https://github.com/apache/arrow/pull/8398#discussion_r501669631
##
File path: cpp/src/gandiva/precompiled/extended_math_ops_test.cc
##
@@ -93,6 +93,9 @@ TEST(TestExtendedMathOps, TestRoundDecimal) {
EXPECT_FLOAT_EQ(r
andygrove commented on pull request #8370:
URL: https://github.com/apache/arrow/pull/8370#issuecomment-705747085
I'm planning on running TPC-H benchmarks later today with and without this
patch.
This is an automated message
bkietz commented on pull request #8371:
URL: https://github.com/apache/arrow/pull/8371#issuecomment-705748359
unfortunately `cpp11::r_vector::const_iterator::operator*` is not marked
const, but MSVC's impl of `std::copy` marks its [arguments
const](https://github.com/microsoft/STL/blob/3d8
wesm commented on pull request #8393:
URL: https://github.com/apache/arrow/pull/8393#issuecomment-705663389
I think it would be best to conduct the IP clearance process for this
codebase. The first step is to have a vote on the mailing list about accepting
the code donation. We'll need to
github-actions[bot] commented on pull request #8408:
URL: https://github.com/apache/arrow/pull/8408#issuecomment-705988214
https://issues.apache.org/jira/browse/ARROW-10215
This is an automated message from the Apache Git Ser
jorisvandenbossche commented on pull request #8255:
URL: https://github.com/apache/arrow/pull/8255#issuecomment-706046582
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
nevi-me commented on a change in pull request #8400:
URL: https://github.com/apache/arrow/pull/8400#discussion_r501850814
##
File path: rust/datafusion/src/physical_plan/type_casting.rs
##
@@ -0,0 +1,218 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or m
pitrou commented on pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#issuecomment-705440089
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 pull request #8393:
URL: https://github.com/apache/arrow/pull/8393#issuecomment-705695770
@quinnj I can help you with the IP clearance process.
To get started, here's a link to the Apache CLA:
https://www.apache.org/licenses/contributor-agreements.html
-
wesm commented on issue #8384:
URL: https://github.com/apache/arrow/issues/8384#issuecomment-705811182
You can run the vignette examples, or the unit test suite, I think. If you
wanted something more integrated with the install you could open a JIRA issue
to describe exactly what you would
github-actions[bot] commented on pull request #8371:
URL: https://github.com/apache/arrow/pull/8371#issuecomment-705459887
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
kiszk commented on a change in pull request #8374:
URL: https://github.com/apache/arrow/pull/8374#discussion_r501448247
##
File path: docs/source/developers/contributing.rst
##
@@ -304,3 +304,40 @@ to your branch, which they sometimes do to help move a
pull request along.
In
terencehonles edited a comment on pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#issuecomment-705697163
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
nevi-me closed pull request #8262:
URL: https://github.com/apache/arrow/pull/8262
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
vvellanki commented on a change in pull request #8398:
URL: https://github.com/apache/arrow/pull/8398#discussion_r501670246
##
File path: cpp/src/gandiva/precompiled/extended_math_ops_test.cc
##
@@ -93,6 +93,9 @@ TEST(TestExtendedMathOps, TestRoundDecimal) {
EXPECT_FLOAT_EQ(
github-actions[bot] commented on pull request #8395:
URL: https://github.com/apache/arrow/pull/8395#issuecomment-705458155
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
terencehonles removed a comment on pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#issuecomment-705332230
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
1 - 100 of 282 matches
Mail list logo