vvysotskyi opened a new pull request #2275: URL: https://github.com/apache/drill/pull/2275
# [DRILL-7972](https://issues.apache.org/jira/browse/DRILL-7972): ClassCastException when joining RDBMS and Elasticsearch tables ## Description Updated `JdbcIntermediatePrelConverterRule` and `EnumerableIntermediatePrelConverterRule` to consider the convention of the input rel node when applying the rule, so now `EnumerableIntermediatePrelConverterRule` cannot be applied to `VertexDrel` rel node that has input with JDBC convention and vise versa. Improved `FragmentContextImpl` to allow returning full root schema for both root and non-root fragments, since schema may be used when reading "enumerable" plugins. ## Documentation NA ## Testing Checked manually, no unit test added since the issue may be reproduced only with two different storage plugins. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
