How do the other languages in apache/arrow-adbc consume bits from apache/arrow
before they are officially released in a major version? For example, I see Java
uses the 11.0.0 version
(https://github.com/apache/arrow-adbc/blob/main/java/pom.xml#L31). What would
happen if it is dependent on a bug
.NET gRPC code, not just Arrow Flight.
Does anyone have any thoughts/opinions on whether this should be fixed in the
Java code or the .NET code? Which way aligns with the spec?
Thanks
Eric Erhardt
. How do other
languages handle this?
Eric
-Original Message-
From: Wes McKinney
Sent: Tuesday, August 11, 2020 12:18 PM
To: dev
Subject: [EXTERNAL] Re: Value of Date64 type over Date32
On Mon, Aug 10, 2020 at 6:19 PM Eric Erhardt
wrote:
>
> I don't understand what the va
I don't understand what the value of the Date64 type is over using Date32:
>From https://github.com/apache/arrow/blob/master/format/Schema.fbs#L193-L206
enum DateUnit: short {
DAY,
MILLISECOND
}
/// Date is either a 32-bit or 64-bit type representing elapsed time since UNIX
/// epoch (1970-0
I agree with Adam, the more usage and feedback we can get the better on the
.NET Library.
> However there is no library for C# listed anywhere else in the
> documentation.
We have some XML style doc comments in the code. It would be great if we could
generate a website/markdown from those XML
Eric Erhardt created ARROW-9048:
---
Summary: [C#] Support Float16
Key: ARROW-9048
URL: https://issues.apache.org/jira/browse/ARROW-9048
Project: Apache Arrow
Issue Type: Bug
Components
Eric Erhardt created ARROW-8953:
---
Summary: [C#] Update to .NET SDK 3.1
Key: ARROW-8953
URL: https://issues.apache.org/jira/browse/ARROW-8953
Project: Apache Arrow
Issue Type: Bug
Eric Erhardt created ARROW-8882:
---
Summary: [C#] Add .editorconfig to C# code
Key: ARROW-8882
URL: https://issues.apache.org/jira/browse/ARROW-8882
Project: Apache Arrow
Issue Type: Bug
like to hear others' thoughts as well.
Eric Erhardt
-Original Message-
From: Adam Szmigin
Sent: Monday, April 27, 2020 7:10 AM
To: dev@arrow.apache.org
Subject: [EXTERNAL] C# - Appetite for breaking changes to public API?
Dear team,
I am keen to work on a number of the tickets rel
Eric Erhardt created ARROW-7516:
---
Summary: [C#] .NET Benchmarks are broken
Key: ARROW-7516
URL: https://issues.apache.org/jira/browse/ARROW-7516
Project: Apache Arrow
Issue Type: Bug
Thanks, everyone! I'm looking forward to continue working with you all on this
great project.
Eric
-Original Message-
From: Krisztián Szűcs
Sent: Friday, October 18, 2019 11:55 AM
To: dev
Subject: Re: [ANNOUNCE] New Arrow committer: Eric Erhardt
Congrats!
On Fri, Oct 18, 2019
Eric Erhardt created ARROW-6795:
---
Summary: [C#] Reading large Arrow files in C# results in an
exception
Key: ARROW-6795
URL: https://issues.apache.org/jira/browse/ARROW-6795
Project: Apache Arrow
Eric Erhardt created ARROW-6728:
---
Summary: [C#] Support reading and writing Date32 and Date64 arrays
Key: ARROW-6728
URL: https://issues.apache.org/jira/browse/ARROW-6728
Project: Apache Arrow
Eric Erhardt created ARROW-6643:
---
Summary: [C#] Write no IPC buffer metadata for NullType
Key: ARROW-6643
URL: https://issues.apache.org/jira/browse/ARROW-6643
Project: Apache Arrow
Issue Type
Eric Erhardt created ARROW-6603:
---
Summary: [C#] ArrayBuilder API to support writing nulls
Key: ARROW-6603
URL: https://issues.apache.org/jira/browse/ARROW-6603
Project: Apache Arrow
Issue Type
Eric Erhardt created ARROW-6553:
---
Summary: [C#] Decide how to read message lengths - little-endian
or machine dependent
Key: ARROW-6553
URL: https://issues.apache.org/jira/browse/ARROW-6553
Project
I assume the plan is to merge the ARROW-6313-flatbuffer-alignment branch into
master before the 0.15 release, correct?
BTW - I believe the C# alignment changes are ready to be merged into the
alignment branch - https://github.com/apache/arrow/pull/5280/
Eric
-Original Message-
From:
I'll work
on it in a few months.
Thanks,
--
kou
In
"Re: Plasma scenarios" on Mon, 9 Sep 2019 12:00:00 -0500,
Wes McKinney wrote:
> hi Eric,
>
> On Fri, Sep 6, 2019 at 5:09 PM Eric Erhardt
> wrote:
>>
>> I was looking for the high level scenarios for
I was looking for the high level scenarios for the Plasma In-Memory Object
Store. A colleague of mine suggested we could use it to pass data between a C#
process and a Python process.
I've read the intro blog [0] on Plasma, which describes using the same data set
from multiple processes - which
The C# PR is up.
https://github.com/apache/arrow/pull/5280
Eric
-Original Message-
From: Eric Erhardt
Sent: Wednesday, September 4, 2019 10:12 AM
To: dev@arrow.apache.org; Ji Liu
Cc: emkornfield ; Paul Taylor
Subject: RE: [RESULT] [VOTE] Alter Arrow binary protocol to address 8-byte
I'm working on a PR for the C# bindings. I hope to have it up in the next day
or two. Integration tests for C# would be a great addition at some point - it's
been on my backlog. For now I plan on manually testing it.
-Original Message-
From: Wes McKinney
Sent: Tuesday, September 3, 201
Eric Erhardt created ARROW-6322:
---
Summary: [C#] Implement a plasma client
Key: ARROW-6322
URL: https://issues.apache.org/jira/browse/ARROW-6322
Project: Apache Arrow
Issue Type: New Feature
Hey Wes,
I just wanted to check-in on this work. Have there been any updates to the
Arrow "data frame" project worth sharing?
Thanks,
Eric
-Original Message-
From: Wes McKinney
Sent: Tuesday, May 21, 2019 8:17 AM
To: dev@arrow.apache.org
Subject: Re: [DISCUSS] Developing a "data frame
+1
Tested:
- C# source verification on Ubuntu 18
- I verified the C# source contained the fixes for the two issues I needed
fixed in this patch.
-Original Message-
From: Krisztián Szűcs
Sent: Tuesday, July 16, 2019 9:55 PM
To: dev@arrow.apache.org
Subject: [VOTE] Release Apache Arrow 0
and Eric's C# patch PR 4836, are there any other
> > > issues that need to be fixed before we go down one of these paths?
> > >
> > > Would anyone like to help with release management? I can do so if
> > > necessary, but I've already done a lot o
My apologies if this is already covered in the docs, but I couldn't find it.
How do I re-run a single leg in the Ursabot tests? The 'AMD64 Debian 9 Rust
1.35' failed on my PR, and I wanted to try re-running just that leg, but the
only option I found was to re-run all Ursabot legs.
Eric
-Or
Eric Erhardt created ARROW-5908:
---
Summary: [C#] ArrowStreamWriter doesn't align buffers to 8 bytes
Key: ARROW-5908
URL: https://issues.apache.org/jira/browse/ARROW-5908
Project: Apache
Eric Erhardt created ARROW-5896:
---
Summary: [C#] Array Builders should take an initial capacity in
their constructors
Key: ARROW-5896
URL: https://issues.apache.org/jira/browse/ARROW-5896
Project
Just to be sure I fully understand the proposal:
For the Library Version, we are going to increment the MAJOR version on every
normal release, and increment the MINOR version if we need to release a
patch/bug fix type of release.
Since SemVer allows for API breaking changes on MAJOR versions, t
Can we propose getting changes other than Python or Parquet related into this
release?
For example, I found a critical issue in the C# implementation that, if
possible, I'd like to get included in a patch release.
https://github.com/apache/arrow/pull/4836
Eric
-Original Message-
From
Eric Erhardt created ARROW-5887:
---
Summary: [C#] ArrowStreamWriter writes FieldNodes in wrong order
Key: ARROW-5887
URL: https://issues.apache.org/jira/browse/ARROW-5887
Project: Apache Arrow
Has anyone considered using Azure DevOps for CI and patch validation?
https://azure.microsoft.com/en-us/services/devops/pipelines/
> Get cloud-hosted pipelines for Linux, macOS, and Windows with unlimited
> minutes and 10 free parallel jobs for open source
I guess I am not familiar with ASF pol
Eric Erhardt created ARROW-5708:
---
Summary: [C#] Null support for BooleanArray
Key: ARROW-5708
URL: https://issues.apache.org/jira/browse/ARROW-5708
Project: Apache Arrow
Issue Type
Eric Erhardt created ARROW-5546:
---
Summary: [C#] Remove IArrowArray and use Array base class.
Key: ARROW-5546
URL: https://issues.apache.org/jira/browse/ARROW-5546
Project: Apache Arrow
Issue
Do we have an idea on a 0.14 release timeframe?
Historically, it seems there has been a release every 2-3 months. Do we think
the next release would be about that long after 0.13 was released?
Note: I'm not pushing for a release any time soon - I am just curious when it
would roughly be. I want
Eric Erhardt created ARROW-5278:
---
Summary: [C#] ArrowBuffer should either implement IEquatable
correctly or not at all
Key: ARROW-5278
URL: https://issues.apache.org/jira/browse/ARROW-5278
Project
Eric Erhardt created ARROW-5277:
---
Summary: [C#] MemoryAllocator.Allocate(length: 0) should not
return null
Key: ARROW-5277
URL: https://issues.apache.org/jira/browse/ARROW-5277
Project: Apache Arrow
Eric Erhardt created ARROW-5276:
---
Summary: [C#] NativeMemoryAllocator expose an option for clearing
allocated memory
Key: ARROW-5276
URL: https://issues.apache.org/jira/browse/ARROW-5276
Project
Eric Erhardt created ARROW-5092:
---
Summary: [C#] Source Link doesn't work with the C# release script
Key: ARROW-5092
URL: https://issues.apache.org/jira/browse/ARROW-5092
Project: Apache
Eric Erhardt created ARROW-5035:
---
Summary: [C#] ArrowBuffer.Builder is broken
Key: ARROW-5035
URL: https://issues.apache.org/jira/browse/ARROW-5035
Project: Apache Arrow
Issue Type
Eric Erhardt created ARROW-5034:
---
Summary: [C#] ArrowStreamWriter should expose synchronous Write
methods
Key: ARROW-5034
URL: https://issues.apache.org/jira/browse/ARROW-5034
Project: Apache Arrow
Eric Erhardt created ARROW-5019:
---
Summary: [C#] ArrowStreamWriter doesn't work on a non-seekable
stream
Key: ARROW-5019
URL: https://issues.apache.org/jira/browse/ARROW-5019
Project: Apache
Eric Erhardt created ARROW-4997:
---
Summary: [C#] ArrowStreamReader doesn't consume whole stream and
doesn't implement sync read
Key: ARROW-4997
URL: https://issues.apache.org/jira/browse/
t;close" (Dispose() in the .NET nomenclature)
types that hold memory? Ex. RecordBatch, ArrowArray, etc.
I assume these mechanisms are super useful to the other implementations, so I'm
trying to keep the C# library designed roughly the same. But I'd appreciate
some advice.
Eric Erhardt
ct: Re: Publishing C# NuGet package
thanks Eric -- that sounds great. I think we're going to want to cut the 0.13
release candidate around 2 weeks from now, so that gives some time to get the
packaging things sorted out
- Wes
On Thu, Mar 7, 2019 at 4:46 PM Eric Erhardt
wrote:
>
> >
Eric Erhardt created ARROW-4839:
---
Summary: [C#] Add NuGet support
Key: ARROW-4839
URL: https://issues.apache.org/jira/browse/ARROW-4839
Project: Apache Arrow
Issue Type: Improvement
> Having C# NuGet package working would be nice
I've opened https://issues.apache.org/jira/browse/ARROW-4839 for this and I
will be working on it this week. I'd like to see an official Arrow NuGet
package on www.nuget.org soon, so getting it in this release would work out
perfect from my side.
> Some changes may need to be made to the release scripts to update C# metadata
> files. The intent it to make it so that the code artifact can be pushed to a
> package manager using the official ASF release artifact. If we don't get it
> 100% right for 0.13 then > at least we can get a prelimin
When would it be possible to publish the C# Arrow library to
https://www.nuget.org/? Is this something we can do as part of the 0.13.0
release?
For anyone who is unfamiliar with NuGet - it is the .NET package manager and is
the typical way to "ship" a .NET library.
Eric
Eric Erhardt created ARROW-4737:
---
Summary: [C#] tests are not running in CI
Key: ARROW-4737
URL: https://issues.apache.org/jira/browse/ARROW-4737
Project: Apache Arrow
Issue Type: Bug
Eric Erhardt created ARROW-4717:
---
Summary: [C#] Consider exposing ValueTask instead of Task
Key: ARROW-4717
URL: https://issues.apache.org/jira/browse/ARROW-4717
Project: Apache Arrow
Issue
Eric Erhardt created ARROW-4571:
---
Summary: [Format] Tensor.fbs file has multiple root_type
declarations
Key: ARROW-4571
URL: https://issues.apache.org/jira/browse/ARROW-4571
Project: Apache Arrow
Eric Erhardt created ARROW-4543:
---
Summary: [C#] Update Flat Buffers code to latest version
Key: ARROW-4543
URL: https://issues.apache.org/jira/browse/ARROW-4543
Project: Apache Arrow
Issue
Eric Erhardt created ARROW-4503:
---
Summary: [C#] ArrowStreamReader allocates and copies data
excessively
Key: ARROW-4503
URL: https://issues.apache.org/jira/browse/ARROW-4503
Project: Apache Arrow
Eric Erhardt created ARROW-4502:
---
Summary: [C#] Add support for zero-copy reads
Key: ARROW-4502
URL: https://issues.apache.org/jira/browse/ARROW-4502
Project: Apache Arrow
Issue Type
Eric Erhardt created ARROW-4435:
---
Summary: [C#] Add .sln file and minor .csproj fix ups
Key: ARROW-4435
URL: https://issues.apache.org/jira/browse/ARROW-4435
Project: Apache Arrow
Issue Type
56 matches
Mail list logo