Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.12.0
Description
When querying mapr-db json table, if query has more than one major fragments, query execution fails since not all properties are defined MapRDBSubScan and thus deserialization fails.
This is the regression from DRILL-5714.
The root cause of the issue is that formatPluginConfig and storageConfig were not indicated as json properties and thus where not serialized. During deserialization they were set as null which caused NPE.
Attachments
Issue Links
- relates to
-
DRILL-5714 Fix NPE when mapr-db plugin is used in table function
- Resolved
- links to