Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
If a view is created by "CREATE VIEW .....", the view gets placed into INFORMATION_SCHEMA.`TABLES` as expected. If you go into the file system and delete the .view.drill file, then query SELECT * FROM INFORMATION_SCHEMA.`TABLES`, a null pointer exception will be thrown and nothing will be returned.
Note that re-creating the deleted file will amend the issue.
Attachments
Attachments
Issue Links
- is duplicated by
-
DRILL-1129 Get NPE when select from information_schema after updating storage plugins
- Closed