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 .
Some operations like
CREATE VIEW
andDROP 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 .