Matthijs Brobbel

Results 5 issues of Matthijs Brobbel

It would be helpful to have Fletchgen output warnings for unused metadata fields that start with `fletcher_`. For example, (this happened to me) when someone adds `fletchgen_epc` to Schema metadata...

enhancement
good first issue
lang:c++
fletchgen

This reproduces the issue encountered by Mengfei when using nullable fields. It breaks the sum example when modified to have a nullable field. This PR should not be merged but...

bug
wip / do not merge
fletchgen

It would be good to setup tests that run the `text` parsers against the extensions in https://github.com/substrait-io/substrait/tree/main/extensions.

enhancement
good first issue

This is a tracking issue for a `parse` module in the Substrait crate. Some requirements of Substrait can not be expressed via Protobuf definition or schema files. A `parse` module...

enhancement
help wanted