Results 298 comments of Ivan G

mac builds were failing due to M1 issues with java, it's all good now

Sorry I don't understand the issue. Maybe providing a failing test will help i.e. "show me the code" ;)

Seems like the issue is in second row group, in column "tracked_objects/list/element/track_id". More to follow.

Got to the bottom of it and the issue is schema compatibility. The error is really confusing and not informative, which I've done some work on for the next release....

Hi. In 5.0.1-pre.1 you can fix the schema by marking: ```csharp [ParquetRequired, ParquetListElementRequired] public List tracked_objects { get; set; } ```

the build should be OK now, just merging here from master...

The build succeeds now. I have no issues accepting this, however you might want to add tests with use cases to guarantee this interface is not forgotten and removed during...

I like the .jar hack though ;) But will build latest from official sources later.

pusing to pre-release `-pre.6` to be included in 4.24