substrait-io / substrait-java

Apache License 2.0
72 stars 70 forks source link

feat: introduce DefaultExtensionCatalog #217

Closed vbarua closed 6 months ago

vbarua commented 6 months ago

contains static strings for default extensions

vbarua commented 6 months ago

It's come up a number of times that we're copying the names of extensions in various places. This change adds a DefaultExtensionCatalog class whose sole purpose is to hold static strings of extension names for re-use.