Ashutosh Mestry created ATLAS-4136:
--------------------------------------

             Summary: Export Service: NPE if No Options are Passed
                 Key: ATLAS-4136
                 URL: https://issues.apache.org/jira/browse/ATLAS-4136
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
    Affects Versions: trunk
            Reporter: Ashutosh Mestry
            Assignee: Ashutosh Mestry
             Fix For: trunk


*Steps to Duplicate*
 # Create an export request by explicitly setting options to null. E.g.

{code:java}
{
 "itemsToExport": [{
 "typeName": "hive_db",
 "uniqueAttributes": {
 "qualifiedName": "abcd@cm"
 }
 }],
 "options": null
}{code}
_Expected results:_ Export should proceed.

_Actual results_: Export fails with NPE.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to