Skip to content

Conversation

@benbellick
Copy link
Member

Closes #690

Implements support for reading and exposing the optional metadata field
from YAML extension files at runtime. This allows users to extend
Substrait with custom metadata at three levels:

- Extension-level: via ExtensionCollection.getExtensionMetadata(urn)
- Type-level: via Type.metadata()
- Function-level: via ScalarFunctionVariant/AggregateFunctionVariant/
  WindowFunctionVariant.metadata()

Also updates substrait submodule to v0.80.0 which includes the metadata
schema support.

Closes #690
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Handle metadata in YAML extension files

2 participants