mustafasrepo commented on code in PR #3916:
URL: https://github.com/apache/arrow-datafusion/pull/3916#discussion_r1002942852
##
datafusion/expr/src/window_frame.rs:
##
@@ -252,103 +247,32 @@ mod tests {
};
let result = WindowFrame::try_from(window_frame);
viirya opened a new issue, #2914:
URL: https://github.com/apache/arrow-rs/issues/2914
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
We use `MutableArrayData` to copy array data for certain operation. One
issue we faced i
viirya opened a new pull request, #2915:
URL: https://github.com/apache/arrow-rs/pull/2915
# Which issue does this PR close?
Closes #2914.
# Rationale for this change
# What changes are included in this PR?
# Are there any user-facing chang
yahoNanJing opened a new pull request, #439:
URL: https://github.com/apache/arrow-ballista/pull/439
# Which issue does this PR close?
Closes #419.
# Rationale for this change
# What changes are included in this PR?
# Are there any user-facing chang
yahoNanJing commented on PR #439:
URL: https://github.com/apache/arrow-ballista/pull/439#issuecomment-1288549186
Hi @yjshen and @andygrove, could you help review this PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
xudong963 commented on code in PR #3787:
URL: https://github.com/apache/arrow-datafusion/pull/3787#discussion_r1003003630
##
datafusion/core/src/physical_plan/join_utils.rs:
##
@@ -296,6 +299,154 @@ impl Clone for OnceFut {
}
}
+/// A shared state between statistic aggre
jiacai2050 opened a new issue, #2916:
URL: https://github.com/apache/arrow-rs/issues/2916
**Which part is this question about**
API Usage & Perf
**Describe your question**
I create two benchmark based on [example
code](https://docs.rs/parquet/latest/parquet/arrow/async_reade
waitingkuo commented on code in PR #2909:
URL: https://github.com/apache/arrow-rs/pull/2909#discussion_r1003055425
##
arrow-array/src/timezone.rs:
##
@@ -0,0 +1,306 @@
+use arrow_schema::ArrowError;
+use chrono::format::{parse, Parsed, StrftimeItems};
+use chrono::FixedOffset;
+
fsnlla closed pull request #440: sc-5792: fix
URL: https://github.com/apache/arrow-ballista/pull/440
--
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: git
rok commented on code in PR #14472:
URL: https://github.com/apache/arrow/pull/14472#discussion_r1003087554
##
dev/tasks/java-jars/github.yml:
##
@@ -48,47 +50,65 @@ jobs:
{% endif %}
build-cpp-macos:
-name: Build C++ libraries macOS
-runs-on: macos-latest
+
rok commented on code in PR #14472:
URL: https://github.com/apache/arrow/pull/14472#discussion_r1003088388
##
dev/tasks/java-jars/github.yml:
##
@@ -117,44 +142,43 @@ jobs:
name: Build jar files
runs-on: macos-latest
needs:
- - build-cpp-ubuntu
- build
rok commented on code in PR #14472:
URL: https://github.com/apache/arrow/pull/14472#discussion_r1003090145
##
docker-compose.yml:
##
@@ -1008,10 +1008,10 @@ services:
-
${DOCKER_VOLUME_PREFIX}python-wheel-manylinux2014-ccache:/ccache:delegated
command:
["pip
rok commented on code in PR #14472:
URL: https://github.com/apache/arrow/pull/14472#discussion_r1003092078
##
dev/tasks/java-jars/github.yml:
##
@@ -48,47 +50,65 @@ jobs:
{% endif %}
build-cpp-macos:
-name: Build C++ libraries macOS
-runs-on: macos-latest
+
raulcd commented on PR #14362:
URL: https://github.com/apache/arrow/pull/14362#issuecomment-1288725296
> (This may be a problem of my environment...)
I have tested locally and it worked correctly generating the wheel and all
tests were successful for `ubuntu-cuda-python`:
```
rok commented on code in PR #14472:
URL: https://github.com/apache/arrow/pull/14472#discussion_r1003093325
##
dev/tasks/java-jars/github.yml:
##
@@ -164,6 +188,18 @@ jobs:
arrow/ci/scripts/java_full_build.sh \
$GITHUB_WORKSPACE/arrow \
$GITHU
rok commented on PR #14472:
URL: https://github.com/apache/arrow/pull/14472#issuecomment-1288726668
@github-actions crossbow submit java-jars
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the s
fotiskoun opened a new issue, #14483:
URL: https://github.com/apache/arrow/issues/14483
Hello,
I am trying to install the C++ headers for arrow and parquet.
For this reason I follow the instructions from this page
https://arrow.apache.org/install/
I update, install the certifica
raulcd commented on code in PR #14362:
URL: https://github.com/apache/arrow/pull/14362#discussion_r1003096657
##
docker-compose.yml:
##
@@ -488,17 +488,36 @@ services:
shm_size: *shm-size
ulimits: *ulimits
environment: &cuda-environment
Review Comment:
can we
assignUser commented on PR #14362:
URL: https://github.com/apache/arrow/pull/14362#issuecomment-1288739123
To avoide the `None` version issue you have to set
`SETUPTOOLS_SCM_PRETEND_VERSION=10.0.0`, the var is added to the env node and
will be passed on to the buiild.
--
This is an autom
assignUser commented on code in PR #14362:
URL: https://github.com/apache/arrow/pull/14362#discussion_r1003103085
##
docker-compose.yml:
##
@@ -488,17 +488,36 @@ services:
shm_size: *shm-size
ulimits: *ulimits
environment: &cuda-environment
Review Comment:
I w
assignUser commented on code in PR #14362:
URL: https://github.com/apache/arrow/pull/14362#discussion_r1003103085
##
docker-compose.yml:
##
@@ -488,17 +488,36 @@ services:
shm_size: *shm-size
ulimits: *ulimits
environment: &cuda-environment
Review Comment:
I w
waitingkuo commented on code in PR #2909:
URL: https://github.com/apache/arrow-rs/pull/2909#discussion_r1003055425
##
arrow-array/src/timezone.rs:
##
@@ -0,0 +1,306 @@
+use arrow_schema::ArrowError;
+use chrono::format::{parse, Parsed, StrftimeItems};
+use chrono::FixedOffset;
+
github-actions[bot] commented on PR #14472:
URL: https://github.com/apache/arrow/pull/14472#issuecomment-1288805457
Revision: 1525d0550797df99184e91b65e77cb470257e8b7
Submitted crossbow builds: [ursacomputing/crossbow @
actions-d68fe64cda](https://github.com/ursacomputing/crossbow/bra
github-actions[bot] commented on PR #14484:
URL: https://github.com/apache/arrow/pull/14484#issuecomment-1288815090
https://issues.apache.org/jira/browse/ARROW-18131
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
rtpsw commented on PR #14385:
URL: https://github.com/apache/arrow/pull/14385#issuecomment-1288843658
The commit history got messed up. I'll try to open a fresh PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
rtpsw closed pull request #14385: ARROW-17980: [C++] As-of-Join Substrait
extension
URL: https://github.com/apache/arrow/pull/14385
--
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 comme
fotiskoun commented on issue #14483:
URL: https://github.com/apache/arrow/issues/14483#issuecomment-1288845357
There was an issue with my sources list, so my system could not correctly
install in ubuntu focal the apache-arrow-apt-source.
After updating my sources by adding the following f
fotiskoun closed issue #14483: [C++ Lib][Ubuntu 20.04] libarrow-dev package not
found
URL: https://github.com/apache/arrow/issues/14483
--
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 c
rtpsw opened a new pull request, #14485:
URL: https://github.com/apache/arrow/pull/14485
Replacing https://github.com/apache/arrow/pull/14385
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the s
github-actions[bot] commented on PR #14485:
URL: https://github.com/apache/arrow/pull/14485#issuecomment-1288855233
https://issues.apache.org/jira/browse/ARROW-17980
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
rok commented on PR #14472:
URL: https://github.com/apache/arrow/pull/14472#issuecomment-1288857101
@github-actions crossbow submit java-jars
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the s
rtpsw commented on code in PR #14485:
URL: https://github.com/apache/arrow/pull/14485#discussion_r1003180495
##
cpp/src/arrow/engine/substrait/test_plan_builder.cc:
##
@@ -88,16 +91,18 @@ Result>
CreateProject(
// If it doesn't have a type then it's an enum
const
HaoYang670 opened a new issue, #3934:
URL: https://github.com/apache/arrow-datafusion/issues/3934
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
Currently, the items related to expression simplification are in
`simplification_exp
waitingkuo commented on code in PR #2909:
URL: https://github.com/apache/arrow-rs/pull/2909#discussion_r1003230601
##
arrow-array/src/temporal_conversions.rs:
##
@@ -187,6 +188,15 @@ pub fn as_datetime(v: i64) ->
Option {
}
}
+/// Converts an [`ArrowPrimitiveType`] to [
waitingkuo commented on PR #2909:
URL: https://github.com/apache/arrow-rs/pull/2909#issuecomment-1288931513
looks great to me, thank you @tustvold
--
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
github-actions[bot] commented on PR #14472:
URL: https://github.com/apache/arrow/pull/14472#issuecomment-1288942675
Revision: c10fafb77d2205e853984e5e1048ae2d418ce4b6
Submitted crossbow builds: [ursacomputing/crossbow @
actions-c7f0db7052](https://github.com/ursacomputing/crossbow/bra
waitingkuo opened a new issue, #2917:
URL: https://github.com/apache/arrow-rs/issues/2917
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
```rust
fn main() {
let arr = TimestampSecondArray::from_vec(vec![0],
Some
paleolimbot commented on code in PR #61:
URL: https://github.com/apache/arrow-nanoarrow/pull/61#discussion_r1003251733
##
extensions/nanoarrow_ipc/src/nanoarrow_ipc/nanoarrow_ipc.h:
##
@@ -0,0 +1,153 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more c
icexelloss commented on PR #14385:
URL: https://github.com/apache/arrow/pull/14385#issuecomment-1288966778
@rtpsw You don't need to open a new PR - you can just force push to your
branch ARROW-17980 and fix the commit history
--
This is an automated message from the Apache Git Service.
To
lidavidm commented on code in PR #14151:
URL: https://github.com/apache/arrow/pull/14151#discussion_r1003261476
##
java/dataset/src/test/java/org/apache/arrow/dataset/file/TestDatasetFileWriter.java:
##
@@ -0,0 +1,140 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
lidavidm commented on PR #14151:
URL: https://github.com/apache/arrow/pull/14151#issuecomment-1288970726
There are lint errors
https://github.com/apache/arrow/actions/runs/3290191393/jobs/5426029066#step:6:7990
```
[WARN]
/arrow/java/dataset/src/main/java/org/apache/arrow/data
lidavidm commented on code in PR #61:
URL: https://github.com/apache/arrow-nanoarrow/pull/61#discussion_r1003265839
##
extensions/nanoarrow_ipc/src/nanoarrow_ipc/nanoarrow_ipc.h:
##
@@ -0,0 +1,153 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more cont
lidavidm commented on PR #61:
URL: https://github.com/apache/arrow-nanoarrow/pull/61#issuecomment-1288977477
We could perhaps keep the flatcc runtime separate, so that you would just
not include it if you're also using flatcc yourself, but otherwise it's right
there and you don't need to fe
rok commented on code in PR #14472:
URL: https://github.com/apache/arrow/pull/14472#discussion_r1003268639
##
java/c/src/main/java/org/apache/arrow/c/jni/JniLoader.java:
##
@@ -33,7 +33,7 @@
* The JniLoader for C Data Interface API's native implementation.
*/
public class J
js8544 opened a new pull request, #14486:
URL: https://github.com/apache/arrow/pull/14486
If there is a type error, ArrayFromJSON returns an error message like
"Invalid: Expected unsigned int or null, got JSON type 4", where JSON type 4 is
a value of type rapidjson::Type enum. It is better
jorisvandenbossche opened a new pull request, #62:
URL: https://github.com/apache/arrow-nanoarrow/pull/62
Currently still on top https://github.com/apache/arrow-nanoarrow/pull/52
This further explores possible Python bindings in cython. I added here an
`Array` class that wraps an `Arr
andygrove merged PR #3931:
URL: https://github.com/apache/arrow-datafusion/pull/3931
--
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...@
HaoYang670 opened a new issue, #3935:
URL: https://github.com/apache/arrow-datafusion/issues/3935
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
```
Having Ballista as part of the DataFusion codebase helps ensure that
DataFusi
HaoYang670 commented on issue #3935:
URL:
https://github.com/apache/arrow-datafusion/issues/3935#issuecomment-1289001408
cc @andygrove.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the speci
jorisvandenbossche commented on PR #52:
URL: https://github.com/apache/arrow-nanoarrow/pull/52#issuecomment-1289001562
Would it be OK to merge this PR? (I am not sure we will eventually end up
using this setup, but at least that allows some further experimentation with
cleaner diffs)
--
thisisnic merged PR #14484:
URL: https://github.com/apache/arrow/pull/14484
--
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: [email protected]
alamb commented on PR #3932:
URL:
https://github.com/apache/arrow-datafusion/pull/3932#issuecomment-1289004326
❤️
--
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 unsub
jorisvandenbossche commented on issue #53:
URL: https://github.com/apache/arrow-nanoarrow/issues/53#issuecomment-1289007767
> Data structure: provide an R class that holds an Array/Schema/ArrayStream
and releases it when it goes out of scope.
Yes, that was the first thing I was planni
alamb commented on issue #3935:
URL:
https://github.com/apache/arrow-datafusion/issues/3935#issuecomment-1289015702
It would be great to update the roadmap
--
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
alamb opened a new issue, #3936:
URL: https://github.com/apache/arrow-datafusion/issues/3936
**Describe the bug**
I am writing a query to select some values from a dictionary encoded string
column `trace_id` and I get an error
```
select * from spans where trace_id IN ('187dcb
alamb commented on issue #3936:
URL:
https://github.com/apache/arrow-datafusion/issues/3936#issuecomment-1289018830
I plan to work on this later in the week if no one beats me to it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
rok commented on PR #14472:
URL: https://github.com/apache/arrow/pull/14472#issuecomment-1289021998
@github-actions crossbow submit java-jars
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the s
jorisvandenbossche merged PR #52:
URL: https://github.com/apache/arrow-nanoarrow/pull/52
--
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
paleolimbot commented on issue #53:
URL: https://github.com/apache/arrow-nanoarrow/issues/53#issuecomment-1289032211
Yeah, the fact that `some_r_schema$name <- "something else"` makes a deep
copy of `some_r_schema` with my current design is probably not ideal...if it
were just a classed R l
dependabot[bot] opened a new pull request, #2918:
URL: https://github.com/apache/arrow-rs/pull/2918
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml)
to permit the latest version.
Changelog
Sourced from https://github.com/tafia/quick-xml/blob/master/Change
waitingkuo commented on PR #2909:
URL: https://github.com/apache/arrow-rs/pull/2909#issuecomment-1289053917
the return data types for `timestamp_[sometimeunit]_to_datetime` are changed
to in #2894
https://github.com/apache/arrow-rs/pull/2909/files#diff-fe32c157c2dda897288cc93386e455
andygrove commented on code in PR #3884:
URL: https://github.com/apache/arrow-datafusion/pull/3884#discussion_r1003329721
##
datafusion/expr/src/expr.rs:
##
@@ -267,6 +267,28 @@ impl BinaryExpr {
}
}
+impl Display for BinaryExpr {
+fn fmt(&self, f: &mut Formatter<'_>
jackwener commented on issue #3935:
URL:
https://github.com/apache/arrow-datafusion/issues/3935#issuecomment-1289062910
We also can consider other part, some content is outdate.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
alamb opened a new pull request, #3937:
URL: https://github.com/apache/arrow-datafusion/pull/3937
Add (ignored) test for https://github.com/apache/arrow-datafusion/issues/3936
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
jackwener commented on issue #3936:
URL:
https://github.com/apache/arrow-datafusion/issues/3936#issuecomment-1289065648
related issue: #3766
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the s
waitingkuo commented on issue #3922:
URL:
https://github.com/apache/arrow-datafusion/issues/3922#issuecomment-1289094859
@ike560 Cast does support timestamp to INT64, you can try
`CAST(tpep_pickup_datetime AS BIGINT)`
--
This is an automated message from the Apache Git Service.
To respon
alamb opened a new issue, #3938:
URL: https://github.com/apache/arrow-datafusion/issues/3938
**Describe the bug**
Comparing a Timestamp(Nanosecond, None) column to a timestamp literal is
important for IOx and can be used to potentially prune significant amounts of
data and pushed down to
alamb opened a new pull request, #3939:
URL: https://github.com/apache/arrow-datafusion/pull/3939
Add test for https://github.com/apache/arrow-datafusion/issues/3938
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
alamb commented on code in PR #3939:
URL: https://github.com/apache/arrow-datafusion/pull/3939#discussion_r1003364471
##
datafusion/optimizer/tests/integration-test.rs:
##
@@ -87,11 +88,11 @@ fn case_when_aggregate() -> Result<()> {
#[test]
fn unsigned_target_type() -> Resul
alamb commented on code in PR #3939:
URL: https://github.com/apache/arrow-datafusion/pull/3939#discussion_r1003365789
##
datafusion/optimizer/tests/integration-test.rs:
##
@@ -225,6 +226,38 @@ fn concat_ws_literals() -> Result<()> {
Ok(())
}
+#[test]
+#[ignore]
+// https
github-actions[bot] commented on PR #14486:
URL: https://github.com/apache/arrow/pull/14486#issuecomment-1289101863
https://issues.apache.org/jira/browse/ARROW-18144
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
vibhatha opened a new pull request, #14487:
URL: https://github.com/apache/arrow/pull/14487
**DO NOT REVIEW**
Drafted for discussion
--
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 specifi
alamb closed issue #1750: Break datafusion crate into smaller crates
URL: https://github.com/apache/arrow-datafusion/issues/1750
--
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.
alamb commented on issue #1750:
URL:
https://github.com/apache/arrow-datafusion/issues/1750#issuecomment-1289115550
Closing this ticket and we can track further splitting in follow on issues.
Again 👏
--
This is an automated message from the Apache Git Service.
To respond to the message,
lidavidm commented on code in PR #14389:
URL: https://github.com/apache/arrow/pull/14389#discussion_r1003385474
##
java/vector/src/main/java/org/apache/arrow/vector/table/BaseTable.java:
##
@@ -266,6 +270,48 @@ FieldVector getVector(int columnIndex) {
return fieldVectors.ge
pitrou commented on code in PR #14486:
URL: https://github.com/apache/arrow/pull/14486#discussion_r1003415982
##
cpp/src/arrow/ipc/json_simple.cc:
##
@@ -63,10 +63,11 @@ using ::arrow::internal::checked_pointer_cast;
namespace {
constexpr auto kParseFlags = rj::kParseFullPre
xhochy commented on PR #14102:
URL: https://github.com/apache/arrow/pull/14102#issuecomment-1289180399
@github-actions crossbow submit conda-win-vs2019-py37-r41
--
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
github-actions[bot] commented on PR #14472:
URL: https://github.com/apache/arrow/pull/14472#issuecomment-1289190515
Revision: 43c8e82352cfe7359b799728e0cbf48386ae2cbc
Submitted crossbow builds: [ursacomputing/crossbow @
actions-d482219008](https://github.com/ursacomputing/crossbow/bra
assignUser commented on PR #14102:
URL: https://github.com/apache/arrow/pull/14102#issuecomment-1289203326
> > Do you want me to disable the PPC conda jobs somehow?
>
> I don't know. @assignUser What do you think?
:shurg: I am not sure, I don't really know if this is important f
crepererum commented on code in PR #2902:
URL: https://github.com/apache/arrow-rs/pull/2902#discussion_r1003454609
##
arrow-array/src/array/mod.rs:
##
@@ -88,6 +88,31 @@ pub trait Array: std::fmt::Debug + Send + Sync {
/// ```
fn as_any(&self) -> &dyn Any;
+/// R
github-actions[bot] commented on PR #14487:
URL: https://github.com/apache/arrow/pull/14487#issuecomment-1289210146
https://issues.apache.org/jira/browse/ARROW-18025
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
github-actions[bot] commented on PR #14487:
URL: https://github.com/apache/arrow/pull/14487#issuecomment-1289210210
:warning: Ticket **has not been started in JIRA**, please click 'Start
Progress'.
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
crepererum commented on code in PR #2902:
URL: https://github.com/apache/arrow-rs/pull/2902#discussion_r1003457471
##
arrow-array/src/array/dictionary_array.rs:
##
@@ -520,6 +521,10 @@ impl Array for DictionaryArray {
self
}
+fn as_any_arc(self: Arc) -> Optio
alamb opened a new issue, #3941:
URL: https://github.com/apache/arrow-datafusion/issues/3941
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
The basic challenge is that DataFusion can use an unbounded amount of memory
for running
crepererum commented on code in PR #2902:
URL: https://github.com/apache/arrow-rs/pull/2902#discussion_r1003459174
##
arrow-array/src/array/mod.rs:
##
@@ -258,6 +283,10 @@ impl Array for ArrayRef {
self.as_ref().as_any()
}
+fn as_any_arc(self: Arc) -> Option>
js8544 commented on code in PR #14486:
URL: https://github.com/apache/arrow/pull/14486#discussion_r1003460820
##
cpp/src/arrow/ipc/json_simple.cc:
##
@@ -63,10 +63,11 @@ using ::arrow::internal::checked_pointer_cast;
namespace {
constexpr auto kParseFlags = rj::kParseFullPre
crepererum commented on issue #2901:
URL: https://github.com/apache/arrow-rs/issues/2901#issuecomment-1289215838
Would it be an option to remove `impl Array for T` for the two cases where
`T` involves references? Looking at all the impls and how `Array` is usually
used, these two look prett
alamb commented on issue #587:
URL:
https://github.com/apache/arrow-datafusion/issues/587#issuecomment-1289216806
Added https://github.com/apache/arrow-datafusion/issues/3941 for the project
of "error if memory limits are exceeded"
--
This is an automated message from the Apache Git Serv
pitrou commented on PR #14102:
URL: https://github.com/apache/arrow/pull/14102#issuecomment-1289217436
Ok, let's disable PPC now. The goal should be to improve the state of conda
recipes, not necessarily get all of them working.
--
This is an automated message from the Apache Git Service.
xudong963 commented on issue #3941:
URL:
https://github.com/apache/arrow-datafusion/issues/3941#issuecomment-1289230359
For join operator, we have sort-merge join.
When the memory budget is exceeded if we should try sort-merge join first?
--
This is an automated message from the
Dandandan opened a new pull request, #441:
URL: https://github.com/apache/arrow-ballista/pull/441
# Which issue does this PR close?
Part of #387
# Rationale for this change
# What changes are included in this PR?
# Are there any user-facing changes
alamb opened a new pull request, #3942:
URL: https://github.com/apache/arrow-datafusion/pull/3942
# Which issue does this PR close?
Re https://github.com/apache/arrow-datafusion/issues/3941
# Rationale for this change
I want to quickly find where all the join
lwhite1 commented on code in PR #14389:
URL: https://github.com/apache/arrow/pull/14389#discussion_r1003495170
##
java/vector/src/main/java/org/apache/arrow/vector/table/BaseTable.java:
##
@@ -266,6 +270,48 @@ FieldVector getVector(int columnIndex) {
return fieldVectors.get
rok commented on PR #14472:
URL: https://github.com/apache/arrow/pull/14472#issuecomment-1289261980
@github-actions crossbow submit java-jars
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the s
pitrou opened a new pull request, #14488:
URL: https://github.com/apache/arrow/pull/14488
Some gcc versions (such as 6.3.0) may emit an aligned-only load instruction,
but the Parquet writer can be called with unaligned buffers.
--
This is an automated message from the Apache Git Service.
lwhite1 commented on PR #14389:
URL: https://github.com/apache/arrow/pull/14389#issuecomment-1289273879
I modified the documentation to reflect the correct Exception (It should be
IllegalArgumentException.) This was mentioned incorrectly in many places in the
Row class so the documentation
xudong963 commented on code in PR #3939:
URL: https://github.com/apache/arrow-datafusion/pull/3939#discussion_r1003509064
##
datafusion/optimizer/tests/integration-test.rs:
##
@@ -87,11 +88,11 @@ fn case_when_aggregate() -> Result<()> {
#[test]
fn unsigned_target_type() -> R
pitrou commented on PR #14488:
URL: https://github.com/apache/arrow/pull/14488#issuecomment-1289277427
The fix should probably be made in encoders as well (the various `Put` and
`PutSpaced` methods).
--
This is an automated message from the Apache Git Service.
To respond to the message, p
xudong963 merged PR #3939:
URL: https://github.com/apache/arrow-datafusion/pull/3939
--
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...@
github-actions[bot] commented on PR #14102:
URL: https://github.com/apache/arrow/pull/14102#issuecomment-1289284892
Revision: 57e3dc9aa24d25a3931571dbc39a543f1140c9c6
Submitted crossbow builds: [ursacomputing/crossbow @
actions-ff8a79230b](https://github.com/ursacomputing/crossbow/bra
1 - 100 of 271 matches
Mail list logo