Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There are about 9 calls to RecordBatchLoader.load(...) that catch SchemaChangeException because it is declared to be thrown by RecordBatchLoader.load(...).
However, RecordBatchLoader.load(...) never actually throws SchemaChangeException.
(To find those calls, comment out the "throws SchemaChangeException" on RecordBatchLoader.load(...) and follow the compilation errors.)
Attachments
Issue Links
- is fixed by
-
DRILL-8046 Enabling ignored test cases for SchemaChange
- Resolved