Matt Bonnell

Results 5 issues of Matt Bonnell

**Describe the bug** I have two instances of DataHub, prod and staging, which are configured identically. The OIDC callback was throwing an error only for the prod one, with ```...

bug

I'm not able to use the Rle encoding on Boolean fields, as I get the following error at runtime: ``` ExternalFormat("File out of specification: External format error: File out of...

enhancement

- Wrote a file with parquet2 v0.17.2 - Tried to read it using https://github.com/timvw/qv, which uses arrow-rs/parquet - Get the following error ``` thread 'main' panicked at 'index out of...

this refactors RemoteKeySet to cache keys using a map so that keys can be looked up by keyID in constant-time.