projjal commented on pull request #9852:
URL: https://github.com/apache/arrow/pull/9852#issuecomment-810825259
@pravindra @praveenbingo Can you review
--
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
projjal commented on pull request #9833:
URL: https://github.com/apache/arrow/pull/9833#issuecomment-810825577
@praveenbingo @pravindra can you review?
--
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
github-actions[bot] commented on pull request #9856:
URL: https://github.com/apache/arrow/pull/9856#issuecomment-810883337
https://issues.apache.org/jira/browse/ARROW-11858
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
ritchie46 opened a new pull request #9860:
URL: https://github.com/apache/arrow/pull/9860
The `append` functions in the `Builder` structs are often used in "hot"
code. This PR tags them with `#[inline]`, making it possible to inline the
function calls across crate boundaries.
--
This is
github-actions[bot] commented on pull request #9858:
URL: https://github.com/apache/arrow/pull/9858#issuecomment-810947527
https://issues.apache.org/jira/browse/ARROW-12160
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
github-actions[bot] commented on pull request #9859:
URL: https://github.com/apache/arrow/pull/9859#issuecomment-810959472
https://issues.apache.org/jira/browse/ARROW-11887
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
projjal commented on a change in pull request #9844:
URL: https://github.com/apache/arrow/pull/9844#discussion_r604801337
##
File path: cpp/src/gandiva/precompiled/string_ops.cc
##
@@ -1246,6 +1246,39 @@ const char* convert_fromUTF8_binary(gdv_int64 context,
const char* bin_in
projjal commented on a change in pull request #9844:
URL: https://github.com/apache/arrow/pull/9844#discussion_r604801995
##
File path: cpp/src/gandiva/precompiled/string_ops.cc
##
@@ -1246,6 +1246,44 @@ const char* convert_fromUTF8_binary(gdv_int64 context,
const char* bin_in
Dandandan commented on pull request #9860:
URL: https://github.com/apache/arrow/pull/9860#issuecomment-810984745
@ritchie46 did you have some perf results on this?
I think it definitely makes sense, especially as the functions are wrapped
in (unnecessary) `Result` now which might make th
Dandandan commented on a change in pull request #9860:
URL: https://github.com/apache/arrow/pull/9860#discussion_r604810284
##
File path: rust/arrow/src/array/builder.rs
##
@@ -2031,6 +2059,7 @@ where
/// Append a primitive value to the array. Return an existing index
anthonylouisbsb opened a new pull request #9861:
URL: https://github.com/apache/arrow/pull/9861
Implements the CONVERT_TO function inside the Gandiva, which receives a
value for a defined type and returns its bytes representation.
The behavior is based on Apache Drill implementation:
ritchie46 commented on pull request #9860:
URL: https://github.com/apache/arrow/pull/9860#issuecomment-810995348
> @ritchie46 did you have some perf results on this?
> I think it definitely makes sense, especially as the functions are wrapped
in (unnecessary) `Result` now which might mak
alamb commented on pull request #9773:
URL: https://github.com/apache/arrow/pull/9773#issuecomment-810995675
> It seems the Docker build failed but I can't click on or expand on the
details.
Yeah, that has been happening recently. I don't think it is related to this
PR. I plan t
ritchie46 commented on a change in pull request #9860:
URL: https://github.com/apache/arrow/pull/9860#discussion_r604819808
##
File path: rust/arrow/src/array/builder.rs
##
@@ -2031,6 +2059,7 @@ where
/// Append a primitive value to the array. Return an existing index
anthonylouisbsb commented on a change in pull request #9707:
URL: https://github.com/apache/arrow/pull/9707#discussion_r604820015
##
File path: cpp/cmake_modules/FindOpenSSLAlt.cmake
##
@@ -0,0 +1,45 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more co
frank400 closed pull request #9853:
URL: https://github.com/apache/arrow/pull/9853
--
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.
For queries about this service, please
ritchie46 edited a comment on pull request #9860:
URL: https://github.com/apache/arrow/pull/9860#issuecomment-810995348
> @ritchie46 did you have some perf results on this?
> I think it definitely makes sense, especially as the functions are wrapped
in (unnecessary) `Result` now which mi
lidavidm commented on a change in pull request #9838:
URL: https://github.com/apache/arrow/pull/9838#discussion_r604824849
##
File path: cpp/src/arrow/compute/kernels/scalar_string.cc
##
@@ -411,40 +411,104 @@ void TransformMatchSubstring(const uint8_t* pattern,
int64_t patter
ritchie46 commented on pull request #9860:
URL: https://github.com/apache/arrow/pull/9860#issuecomment-811002506
> especially as the functions are wrapped in (unnecessary) Result now which
might make things worse.
Is there a reason not to remove this? Backwards incompatibility chan
ritchie46 edited a comment on pull request #9860:
URL: https://github.com/apache/arrow/pull/9860#issuecomment-810995348
> @ritchie46 did you have some perf results on this?
> I think it definitely makes sense, especially as the functions are wrapped
in (unnecessary) `Result` now which mi
pitrou closed pull request #9848:
URL: https://github.com/apache/arrow/pull/9848
--
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.
For queries about this service, please co
projjal commented on a change in pull request #9813:
URL: https://github.com/apache/arrow/pull/9813#discussion_r604831679
##
File path: cpp/src/gandiva/cache.cc
##
@@ -38,6 +42,22 @@ int GetCapacity() {
return capacity;
}
+int GetCacheTypeToUse() {
+ int cache_type;
+ c
projjal commented on a change in pull request #9707:
URL: https://github.com/apache/arrow/pull/9707#discussion_r604838870
##
File path: dev/tasks/gandiva-jars/build-java.sh
##
@@ -25,11 +25,11 @@ pushd java
if [[ $OS_NAME == "linux" ]]; then
SO_DEP=ldd
GANDIVA_LIB=
alamb commented on pull request #9847:
URL: https://github.com/apache/arrow/pull/9847#issuecomment-811022894
FYI @Dandandan @returnString @andygrove -- what do you think about adding
support for `SHOW TABLES`?
--
This is an automated message from the Apache Git Service.
To respond to th
alamb commented on pull request #9858:
URL: https://github.com/apache/arrow/pull/9858#issuecomment-811024151
Thank you @ericwburden
--
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
alamb commented on pull request #9826:
URL: https://github.com/apache/arrow/pull/9826#issuecomment-811024944
The integration test failure
https://github.com/apache/arrow/pull/9826/checks?check_run_id=2229013566 seems
to be related to out of disk space and not the changes in this PR
alamb closed pull request #9826:
URL: https://github.com/apache/arrow/pull/9826
--
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.
For queries about this service, please con
projjal commented on a change in pull request #9785:
URL: https://github.com/apache/arrow/pull/9785#discussion_r604849417
##
File path: cpp/src/gandiva/decimal_scalar.h
##
@@ -55,3 +55,19 @@ class DecimalScalar128 : public BasicDecimalScalar128 {
};
} // namespace gandiva
jpedroantunes commented on a change in pull request #9844:
URL: https://github.com/apache/arrow/pull/9844#discussion_r604864206
##
File path: cpp/src/gandiva/precompiled/string_ops.cc
##
@@ -1246,6 +1246,39 @@ const char* convert_fromUTF8_binary(gdv_int64 context,
const char*
pitrou commented on a change in pull request #9838:
URL: https://github.com/apache/arrow/pull/9838#discussion_r604870513
##
File path: cpp/src/arrow/compute/kernels/scalar_string.cc
##
@@ -411,40 +411,106 @@ void TransformMatchSubstring(const uint8_t* pattern,
int64_t pattern_
frank400 commented on a change in pull request #9785:
URL: https://github.com/apache/arrow/pull/9785#discussion_r604879119
##
File path: cpp/src/gandiva/decimal_scalar.h
##
@@ -55,3 +55,19 @@ class DecimalScalar128 : public BasicDecimalScalar128 {
};
} // namespace gandiva
lidavidm commented on a change in pull request #9810:
URL: https://github.com/apache/arrow/pull/9810#discussion_r604880136
##
File path: cpp/examples/arrow/dataset-documentation-example.cc
##
@@ -217,24 +229,29 @@ std::shared_ptr SelectAndProjectDataset(
auto scan_builder =
projjal commented on a change in pull request #9785:
URL: https://github.com/apache/arrow/pull/9785#discussion_r604883353
##
File path: cpp/src/gandiva/decimal_scalar.h
##
@@ -55,3 +55,19 @@ class DecimalScalar128 : public BasicDecimalScalar128 {
};
} // namespace gandiva
projjal commented on a change in pull request #9785:
URL: https://github.com/apache/arrow/pull/9785#discussion_r604884393
##
File path: cpp/src/gandiva/tests/in_expr_test.cc
##
@@ -34,6 +35,19 @@ class TestIn : public ::testing::Test {
protected:
arrow::MemoryPool* pool_;
frank400 commented on a change in pull request #9785:
URL: https://github.com/apache/arrow/pull/9785#discussion_r604885913
##
File path: cpp/src/gandiva/decimal_scalar.h
##
@@ -55,3 +55,19 @@ class DecimalScalar128 : public BasicDecimalScalar128 {
};
} // namespace gandiva
frank400 commented on a change in pull request #9785:
URL: https://github.com/apache/arrow/pull/9785#discussion_r604887936
##
File path: cpp/src/gandiva/tests/in_expr_test.cc
##
@@ -34,6 +35,19 @@ class TestIn : public ::testing::Test {
protected:
arrow::MemoryPool* pool_;
jpedroantunes commented on a change in pull request #9813:
URL: https://github.com/apache/arrow/pull/9813#discussion_r604901684
##
File path: cpp/src/gandiva/lower_value_used_cache.h
##
@@ -0,0 +1,103 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more
jpedroantunes commented on a change in pull request #9813:
URL: https://github.com/apache/arrow/pull/9813#discussion_r604901916
##
File path: cpp/src/gandiva/base_cache.h
##
@@ -0,0 +1,55 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor
jpedroantunes commented on a change in pull request #9813:
URL: https://github.com/apache/arrow/pull/9813#discussion_r604902035
##
File path: cpp/src/gandiva/cache.h
##
@@ -31,29 +32,40 @@ int GetCapacity();
GANDIVA_EXPORT
void LogCacheSize(size_t capacity);
+GANDIVA_EXPORT
lidavidm commented on a change in pull request #9838:
URL: https://github.com/apache/arrow/pull/9838#discussion_r604902493
##
File path: cpp/src/arrow/compute/kernels/scalar_string.cc
##
@@ -411,40 +411,106 @@ void TransformMatchSubstring(const uint8_t* pattern,
int64_t patter
pitrou commented on pull request #9849:
URL: https://github.com/apache/arrow/pull/9849#issuecomment-811074353
I submitted some Crossbow jobs again:
https://github.com/ursacomputing/crossbow/branches/all?query=build-122
--
This is an automated message from the Apache Git Service.
To respo
andygrove commented on pull request #9723:
URL: https://github.com/apache/arrow/pull/9723#issuecomment-811076387
Many people have submitted ICLAs at this point. I'm going to give this
another couple of days and then start a vote for the IP clearance.
--
This is an automated message from
github-actions[bot] commented on pull request #9860:
URL: https://github.com/apache/arrow/pull/9860#issuecomment-811101246
https://issues.apache.org/jira/browse/ARROW-12165
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
returnString commented on pull request #9847:
URL: https://github.com/apache/arrow/pull/9847#issuecomment-811106134
Great stuff - I think it's super useful as an accessible way to view the
catalog structure outside of GUI tooling :)
--
This is an automated message from the Apache Git Ser
lidavidm commented on a change in pull request #9808:
URL: https://github.com/apache/arrow/pull/9808#discussion_r604951143
##
File path: cpp/src/arrow/util/async_generator_test.cc
##
@@ -570,14 +659,134 @@ TEST(TestAsyncUtil, StackOverflow) {
#endif
-TEST(TestAsyncUtil, Ba
jpedroantunes commented on a change in pull request #9813:
URL: https://github.com/apache/arrow/pull/9813#discussion_r604959826
##
File path: cpp/src/gandiva/cache.cc
##
@@ -38,6 +42,22 @@ int GetCapacity() {
return capacity;
}
+int GetCacheTypeToUse() {
+ int cache_type
jpedroantunes commented on a change in pull request #9813:
URL: https://github.com/apache/arrow/pull/9813#discussion_r604963234
##
File path: cpp/src/gandiva/lower_value_used_cache.h
##
@@ -0,0 +1,103 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more
github-actions[bot] commented on pull request #9861:
URL: https://github.com/apache/arrow/pull/9861#issuecomment-811126868
https://issues.apache.org/jira/browse/ARROW-12166
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
jonkeane commented on pull request #9846:
URL: https://github.com/apache/arrow/pull/9846#issuecomment-811149004
@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 go
pitrou opened a new pull request #9863:
URL: https://github.com/apache/arrow/pull/9863
ConvertedType::NA corresponds to an invalid converted type that was once
added to the Parquet spec:
https://github.com/apache/parquet-format/pull/45
but then quickly removed in favour of the Null lo
zeroshade commented on a change in pull request #9817:
URL: https://github.com/apache/arrow/pull/9817#discussion_r604994611
##
File path: go/parquet/compress/compress_test.go
##
@@ -0,0 +1,128 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contrib
emkornfield commented on a change in pull request #9817:
URL: https://github.com/apache/arrow/pull/9817#discussion_r605003598
##
File path: go/parquet/compress/compress_test.go
##
@@ -0,0 +1,128 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contr
zeroshade opened a new pull request #9862:
URL: https://github.com/apache/arrow/pull/9862
@sbinet @emkornfield
This is my follow up from #9836
--
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
pitrou commented on a change in pull request #9863:
URL: https://github.com/apache/arrow/pull/9863#discussion_r605010147
##
File path: cpp/src/parquet/thrift_internal.h
##
@@ -256,6 +256,8 @@ static inline format::Type::type ToThrift(Type::type type) {
static inline format::Co
emkornfield commented on pull request #9863:
URL: https://github.com/apache/arrow/pull/9863#issuecomment-811166885
LGTM modulo one nit.
--
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
emkornfield commented on a change in pull request #9863:
URL: https://github.com/apache/arrow/pull/9863#discussion_r605010964
##
File path: cpp/src/parquet/thrift_internal.h
##
@@ -256,6 +256,8 @@ static inline format::Type::type ToThrift(Type::type type) {
static inline forma
emkornfield commented on a change in pull request #9817:
URL: https://github.com/apache/arrow/pull/9817#discussion_r605004149
##
File path: go/parquet/compress/compress_test.go
##
@@ -0,0 +1,128 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contr
emkornfield commented on pull request #9817:
URL: https://github.com/apache/arrow/pull/9817#issuecomment-811163730
I removed the "@" mentions in the description. It appears I get notified
everytime someone clones the commit in master.Please tag people as a first
comment instead.
--
emkornfield commented on a change in pull request #9863:
URL: https://github.com/apache/arrow/pull/9863#discussion_r605008680
##
File path: cpp/src/parquet/thrift_internal.h
##
@@ -256,6 +256,8 @@ static inline format::Type::type ToThrift(Type::type type) {
static inline forma
emkornfield commented on a change in pull request #9863:
URL: https://github.com/apache/arrow/pull/9863#discussion_r605010964
##
File path: cpp/src/parquet/thrift_internal.h
##
@@ -256,6 +256,8 @@ static inline format::Type::type ToThrift(Type::type type) {
static inline forma
zeroshade commented on pull request #9817:
URL: https://github.com/apache/arrow/pull/9817#issuecomment-811180729
@emkornfield Did not realize that, will keep that in mind for future PRs.
Sorry!
--
This is an automated message from the Apache Git Service.
To respond to the message, please
zeroshade commented on a change in pull request #9817:
URL: https://github.com/apache/arrow/pull/9817#discussion_r605026154
##
File path: go/parquet/compress/compress_test.go
##
@@ -0,0 +1,128 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contrib
lidavidm commented on a change in pull request #9607:
URL: https://github.com/apache/arrow/pull/9607#discussion_r604965806
##
File path: cpp/src/arrow/dataset/dataset.h
##
@@ -133,8 +130,20 @@ class ARROW_DS_EXPORT Dataset : public
std::enable_shared_from_this {
Result> New
ianmcook commented on pull request #9855:
URL: https://github.com/apache/arrow/pull/9855#issuecomment-811185252
@bkietz please review
--
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
lidavidm commented on a change in pull request #9607:
URL: https://github.com/apache/arrow/pull/9607#discussion_r605010331
##
File path: cpp/src/arrow/dataset/scanner.cc
##
@@ -72,24 +104,251 @@ Result Scanner::GetFragments() {
return GetFragmentsFromDatasets({dataset_}, sca
lidavidm commented on a change in pull request #9607:
URL: https://github.com/apache/arrow/pull/9607#discussion_r605008692
##
File path: cpp/src/arrow/dataset/scanner.h
##
@@ -150,18 +199,43 @@ class ARROW_DS_EXPORT Scanner {
Scanner(std::shared_ptr fragment, std::shared_ptr
pitrou commented on a change in pull request #9863:
URL: https://github.com/apache/arrow/pull/9863#discussion_r605031199
##
File path: cpp/src/parquet/thrift_internal.h
##
@@ -256,6 +256,8 @@ static inline format::Type::type ToThrift(Type::type type) {
static inline format::Co
Dandandan commented on pull request #9860:
URL: https://github.com/apache/arrow/pull/9860#issuecomment-811187222
@ritchie46 quite nice micro benchmark results :+1:
> Is there a reason not to remove this? Backwards incompatibility changes
are already happened, so maybe we can remove
codecov-io commented on pull request #9860:
URL: https://github.com/apache/arrow/pull/9860#issuecomment-811194297
# [Codecov](https://codecov.io/gh/apache/arrow/pull/9860?src=pr&el=h1) Report
> Merging
[#9860](https://codecov.io/gh/apache/arrow/pull/9860?src=pr&el=desc) (1cb93ee)
into
pitrou commented on a change in pull request #9838:
URL: https://github.com/apache/arrow/pull/9838#discussion_r605053704
##
File path: docs/source/cpp/compute.rst
##
@@ -522,26 +522,31 @@ These functions trim off characters on both sides (trim),
or the left (ltrim) or
Contain
nevi-me closed pull request #9850:
URL: https://github.com/apache/arrow/pull/9850
--
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.
For queries about this service, please c
alamb closed pull request #9847:
URL: https://github.com/apache/arrow/pull/9847
--
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.
For queries about this service, please con
alamb commented on pull request #9847:
URL: https://github.com/apache/arrow/pull/9847#issuecomment-811278640
Thanks all!
--
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.
Fo
alamb closed pull request #9773:
URL: https://github.com/apache/arrow/pull/9773
--
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.
For queries about this service, please con
anthonylouisbsb commented on a change in pull request #9707:
URL: https://github.com/apache/arrow/pull/9707#discussion_r605099025
##
File path: dev/tasks/gandiva-jars/build-java.sh
##
@@ -25,11 +25,11 @@ pushd java
if [[ $OS_NAME == "linux" ]]; then
SO_DEP=ldd
GAND
alamb commented on pull request #9860:
URL: https://github.com/apache/arrow/pull/9860#issuecomment-811284294
> I don't think there is any reason. I tried to do it some time ago, but it
requires a lot of work as it is used in quite some code as you can imagine.
Yeah I agree it would m
alamb closed pull request #9860:
URL: https://github.com/apache/arrow/pull/9860
--
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.
For queries about this service, please con
nevi-me commented on pull request #9858:
URL: https://github.com/apache/arrow/pull/9858#issuecomment-811289622
@alamb we can merge after the clippy and Debian 10 CI tasks complete
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
projjal commented on a change in pull request #9813:
URL: https://github.com/apache/arrow/pull/9813#discussion_r605106219
##
File path: cpp/src/gandiva/lower_value_used_cache.h
##
@@ -0,0 +1,103 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contr
alamb commented on pull request #9840:
URL: https://github.com/apache/arrow/pull/9840#issuecomment-811291912
FYI @returnString @Dandandan and @jorgecarleitao
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
projjal commented on a change in pull request #9813:
URL: https://github.com/apache/arrow/pull/9813#discussion_r605107516
##
File path: cpp/src/gandiva/filter.h
##
@@ -45,6 +45,10 @@ class FilterCacheKey {
bool operator!=(const FilterCacheKey& other) const { return !(*this
pitrou opened a new pull request #9864:
URL: https://github.com/apache/arrow/pull/9864
Compressed files such as `.gz` can contain multiple concatenated "streams".
If the last stream in the file decompressed to empty data, we would
erroneously raise an error.
--
This is an automated me
projjal commented on a change in pull request #9844:
URL: https://github.com/apache/arrow/pull/9844#discussion_r60531
##
File path: cpp/src/gandiva/precompiled/string_ops.cc
##
@@ -1246,6 +1258,52 @@ const char* convert_fromUTF8_binary(gdv_int64 context,
const char* bin_in
projjal commented on a change in pull request #9844:
URL: https://github.com/apache/arrow/pull/9844#discussion_r605112605
##
File path: cpp/src/gandiva/precompiled/string_ops.cc
##
@@ -1246,6 +1258,52 @@ const char* convert_fromUTF8_binary(gdv_int64 context,
const char* bin_in
jorgecarleitao commented on a change in pull request #9840:
URL: https://github.com/apache/arrow/pull/9840#discussion_r605110586
##
File path: rust/datafusion/src/catalog/information_schema.rs
##
@@ -221,3 +262,226 @@ impl InformationSchemaTablesBuilder {
MemTable::try
alamb commented on a change in pull request #9840:
URL: https://github.com/apache/arrow/pull/9840#discussion_r605120867
##
File path: rust/datafusion/src/catalog/information_schema.rs
##
@@ -221,3 +262,226 @@ impl InformationSchemaTablesBuilder {
MemTable::try_new(sche
alamb commented on a change in pull request #9840:
URL: https://github.com/apache/arrow/pull/9840#discussion_r605121436
##
File path: rust/datafusion/src/catalog/information_schema.rs
##
@@ -221,3 +262,226 @@ impl InformationSchemaTablesBuilder {
MemTable::try_new(sche
projjal commented on a change in pull request #9844:
URL: https://github.com/apache/arrow/pull/9844#discussion_r605122459
##
File path: cpp/src/gandiva/precompiled/string_ops.cc
##
@@ -156,6 +156,17 @@ void set_error_for_invalid_utf(int64_t execution_context,
char val) {
fr
projjal commented on a change in pull request #9844:
URL: https://github.com/apache/arrow/pull/9844#discussion_r605123377
##
File path: cpp/src/gandiva/precompiled/string_ops.cc
##
@@ -156,6 +156,17 @@ void set_error_for_invalid_utf(int64_t execution_context,
char val) {
fr
jorgecarleitao commented on a change in pull request #9840:
URL: https://github.com/apache/arrow/pull/9840#discussion_r605123656
##
File path: rust/datafusion/src/catalog/information_schema.rs
##
@@ -221,3 +262,226 @@ impl InformationSchemaTablesBuilder {
MemTable::try
projjal commented on a change in pull request #9844:
URL: https://github.com/apache/arrow/pull/9844#discussion_r605123985
##
File path: cpp/src/gandiva/precompiled/string_ops.cc
##
@@ -1246,6 +1258,52 @@ const char* convert_fromUTF8_binary(gdv_int64 context,
const char* bin_in
projjal commented on a change in pull request #9844:
URL: https://github.com/apache/arrow/pull/9844#discussion_r605126448
##
File path: cpp/src/gandiva/precompiled/string_ops.cc
##
@@ -156,6 +156,17 @@ void set_error_for_invalid_utf(int64_t execution_context,
char val) {
fr
projjal commented on a change in pull request #9844:
URL: https://github.com/apache/arrow/pull/9844#discussion_r605126448
##
File path: cpp/src/gandiva/precompiled/string_ops.cc
##
@@ -156,6 +156,17 @@ void set_error_for_invalid_utf(int64_t execution_context,
char val) {
fr
projjal commented on a change in pull request #9844:
URL: https://github.com/apache/arrow/pull/9844#discussion_r605128374
##
File path: cpp/src/gandiva/precompiled/string_ops.cc
##
@@ -1246,6 +1258,52 @@ const char* convert_fromUTF8_binary(gdv_int64 context,
const char* bin_in
projjal commented on a change in pull request #9844:
URL: https://github.com/apache/arrow/pull/9844#discussion_r605128545
##
File path: cpp/src/gandiva/precompiled/string_ops_test.cc
##
@@ -115,6 +115,55 @@ TEST(TestStringOps, TestCharLength) {
ctx.Reset();
}
+TEST(TestSt
jpedroantunes commented on a change in pull request #9813:
URL: https://github.com/apache/arrow/pull/9813#discussion_r605130406
##
File path: cpp/src/gandiva/filter.h
##
@@ -45,6 +45,10 @@ class FilterCacheKey {
bool operator!=(const FilterCacheKey& other) const { return !
projjal commented on a change in pull request #9813:
URL: https://github.com/apache/arrow/pull/9813#discussion_r605132657
##
File path: cpp/src/gandiva/filter.h
##
@@ -45,6 +45,10 @@ class FilterCacheKey {
bool operator!=(const FilterCacheKey& other) const { return !(*this
westonpace commented on pull request #9846:
URL: https://github.com/apache/arrow/pull/9846#issuecomment-811336478
Thanks for adding those builds I missed. Those changes look good to me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
westonpace edited a comment on pull request #9846:
URL: https://github.com/apache/arrow/pull/9846#issuecomment-811336478
Thanks for adding those builds I missed. Those changes look good to me.
@jonkeane
--
This is an automated message from the Apache Git Service.
To respond to the mess
projjal commented on a change in pull request #9707:
URL: https://github.com/apache/arrow/pull/9707#discussion_r605138316
##
File path: cpp/cmake_modules/FindOpenSSLAlt.cmake
##
@@ -0,0 +1,45 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributo
1 - 100 of 175 matches
Mail list logo