Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
trunk
-
None
Description
Steps to Duplicate
- Create an export request by explicitly setting options to null. E.g.
{ "itemsToExport": [{ "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "abcd@cm" } }], "options": null }
Expected results: Export should proceed.
Actual results: Export fails with NPE.
Root cause: Changes introduced by changes made for ATLAS-4068.
Workaround: Not having options key addresses the problem.