Daniel Gut
Daniel Gut
> > Features as OCI artifacts should resolve this. Any ETA for support in VSCode? > > https://code.visualstudio.com/blogs/2022/09/15/dev-container-features > > That solved it for me. Replace old style feature with...
the example uses the code first approach and not the pure code first yet. so you need to keep the specific types up to date and can't just use nullable...
@hwillson any chance to release this fix?
just saw that this fix was released as 1.5.16. So i guess this issue is actually resolved.
same problem here. can we get an updated release with PR #148?
yes, this is a major problem with yarn at the moment. and it's already in discussion at #2394
now that .NET 7 is out, are there some technical blockers from moving to native aot? just wondering about the current state
i guess this covers only the key/value store on the FileMetaTable and not on the ColumnMetaData-Table? Or is there a way to return everything?  https://parquet.apache.org/docs/file-format/metadata/
> Isn’t what you want covered by `parquet_metadata`? See [Duckdb metadata page](https://duckdb.org/docs/data/parquet/metadata.html). unfortunately that doesn't include the keyvalue metadata
Wow, thank you @Mytherin !