Re: Apache Beam Java Lib and ANTLR

2024-10-09 Thread XQ Hu via dev
I do not think ANLTR is vendored. +Yi here. On Wed, Oct 9, 2024 at 4:35 PM Reuven Lax wrote: > Is our usage of ANLTR not vendored? > > On Wed, Oct 9, 2024 at 1:12 PM Ahmet Altay via dev > wrote: > >> Adding some relevant folks, in case they have an ideas: @XQ Hu >> @Danny McCormick >> >> On T

Re: Apache Beam Java Lib and ANTLR

2024-10-09 Thread Reuven Lax via dev
Is our usage of ANLTR not vendored? On Wed, Oct 9, 2024 at 1:12 PM Ahmet Altay via dev wrote: > Adding some relevant folks, in case they have an ideas: @XQ Hu > @Danny McCormick > > On Thu, Oct 3, 2024 at 9:16 AM Frédéric Pin > wrote: > >> Hi Dev team, >> >> I am using Apache Beam with Google

Re: Apache Beam Java Lib and ANTLR

2024-10-09 Thread Ahmet Altay via dev
Adding some relevant folks, in case they have an ideas: @XQ Hu @Danny McCormick On Thu, Oct 3, 2024 at 9:16 AM Frédéric Pin wrote: > Hi Dev team, > > I am using Apache Beam with Google Dataflow in Java and I am trying to > migrate the java lib from v2.51.0 to v2.59.0 > > We are using ANTLR v4.

Beam High Priority Issue Report (50)

2024-10-09 Thread beamactions
This is your daily summary of Beam's current high priority issues that may need attention. See https://beam.apache.org/contribute/issue-priorities for the meaning and expectations around issue priorities. Unassigned P1 Issues: https://github.com/apache/beam/issues/32509 [Bug]: Unable to Re

[QUESTION] about CsvIO

2024-10-09 Thread LDesire
In the CsvIO.parseRows method, does it matter if the number of CSV headers is not the same as the number of fields in the Schema? I'm looking at that method and I don't see any logic anywhere that validates this. I've looked for related tests, but they don't seem to be validated properly. ```