beacon-biosignals / Legolas.jl

Tables.jl-friendly mechanisms for constructing, reading, writing, and validating Arrow tables against extensible, versioned, user-specified schemas.
Other
24 stars 2 forks source link

Add parameterized schema version tests #84

Closed omus closed 1 year ago

omus commented 1 year ago

Adding additional tests around parameterized schema versions as called out in: https://github.com/beacon-biosignals/Legolas.jl/pull/83#issuecomment-1499524213. I also put the tour tests in a separate namespace to ensure that we don't run into schema version collisions.

These tests required that we rollback #82 so that is also included here.