Re: [QUESTION] about CsvIO

2024-10-18 Thread XQ Hu via dev
+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

Re: [QUESTION] about CsvIO

2024-10-17 Thread Ahmet Altay via dev
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

[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. ```