-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.99.5
-
Fix Version/s: 1.99.6
-
Component/s: sqoop2-api
-
Labels:None
Currently, it is not optional. The following JSON request will throw an exception:
{ "id": -1, "inputs": [ { "id": -1, "name": "Enum", "overrides": "", "sensitive": false, "type": "ENUM", "value": "YES", "values": "YES,NO" } ], "name": "c", "type": "JOB" }
This breaks backwards compatibiltiy of our APIs. This Jira should fix that by providing a default value.
- links to