ververica / flink-sql-gateway

Apache License 2.0
490 stars 187 forks source link

Fix user class loading for some operations #35

Closed tsreaper closed 4 years ago

tsreaper commented 4 years ago

Some operations like CREATE VIEW and DROP VIEW does not use user class loader. As a result user defined sources / fucntions / etc. could not be used by these operations.

This PR fixes user class loading for these operations, including the operations mentioned in #31 .

godfreyhe commented 4 years ago

merged