Docs: add documentation related to dynamic class loading#1737
Docs: add documentation related to dynamic class loading#1737rdblue merged 1 commit intoapache:masterfrom jackye1995:dynamic-loader-doc
Conversation
|
|
||
| Example: | ||
| ```java | ||
| public class CustomFileIO implements FileIO { |
There was a problem hiding this comment.
This isn't really needed for a custom catalog, and it is an option for the built-in catalogs. I think maybe we should move this to a doc on customizing tables, instead of here. Or, maybe just make it more clear that this isn't required. I think it is somewhat common for people to want to customize catalogs, and I don't want to make it seem like it is harder than it already is.
There was a problem hiding this comment.
Actually, I think this is fine. We may want to clarify some of the wording, but I think this page is turning into general docs for customizing tables.
There was a problem hiding this comment.
Yes, maybe a more generic title like Customization would make more sense now.
|
Because this only changes docs, I think the test failure is unrelated. I'll merge this. |
custom catalogabout implementing customFileIOandLocationProvider, with some more details around how to load the custom classes.Configurationabout catalog propertiesSparkabout loading a custom catalogFlinkabout creating a custom catalog