+Damon as well.
On Thu, Oct 17, 2024 at 11:49 PM Ahmet Altay via dev
wrote:
> Adding @Yi Hu who might know more about the expected
> behavior.
>
> If you see a gap, feel free to fix it with a PR. And thank you for your
> contributions!
>
> On Wed, Oct 9, 2024 at 12:06 AM LDesire wrote:
>
>> In
Adding @Yi Hu who might know more about the expected
behavior.
If you see a gap, feel free to fix it with a PR. And thank you for your
contributions!
On Wed, Oct 9, 2024 at 12:06 AM LDesire wrote:
> In the CsvIO.parseRows method, does it matter if the number of CSV headers
> is not the same as
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.
```