[jira] [Assigned] (ATLAS-4531) _ALL_ENTITY_TYPES showing same basic search results even when offset is changed

2022-01-27 Thread Pinal Shah (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-4531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pinal Shah reassigned ATLAS-4531:
-

Assignee: Pinal Shah

> _ALL_ENTITY_TYPES showing same basic search results even when offset is 
> changed
> ---
>
> Key: ATLAS-4531
> URL: https://issues.apache.org/jira/browse/ATLAS-4531
> Project: Atlas
>  Issue Type: Bug
>Reporter: Rahul Kurup
>Assignee: Pinal Shah
>Priority: Minor
>
> Whenever we fire a basic search for _ALL_ENTITY_TYPES, the same set of 
> results are always fetched even if you change the offset. 
> For ex:
> If these are the results when you select page limit as 2 and offset as 0 
> (there are total 59 results):
> x1
> x2
> Then on increasing the offset to 3 you still get the above results x1 and x2.
> This only occurs for _ALL_ENTITY_TYPES. If you search for specific data types 
> like hive_table and others the behaviour is normal.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (ATLAS-3985) Not able to assign classification with mandatory attribute of type "array"

2022-01-27 Thread Prasad P. Pawar (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prasad P. Pawar updated ATLAS-3985:
---
Attachment: 0001-ATLAS-3985-UI-2-Not-able-to-assign-classification-wi.patch

> Not able to assign classification with mandatory attribute of type 
> "array" 
> ---
>
> Key: ATLAS-3985
> URL: https://issues.apache.org/jira/browse/ATLAS-3985
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core, atlas-webui
>Reporter: Dharshana M Krishnamoorthy
>Assignee: Prasad P. Pawar
>Priority: Major
> Attachments: 
> 0001-ATLAS-3985-UI-1-Not-able-to-assign-classification-wi.patch, 
> 0001-ATLAS-3985-UI-2-Not-able-to-assign-classification-wi.patch, Screenshot 
> 2020-10-07 at 1.40.43 PM.png, Screenshot 2020-10-07 at 1.41.17 PM.png
>
>
> Create a classification that has mandatory attribute of type 
> "*array*" via REST api
> {code:java|title=Create classification with payload:}
> {
>  "enumDefs": [],
>  "structDefs": [],
>  "classificationDefs": [
>  {
>  "category": "CLASSIFICATION",
>  "guid": "8996315b-b5fe-48c6-b9d0-4668fhkfd21af",
>  "createdBy": "hrt_qa",
>  "updatedBy": "hrt_qa",
>  "createTime": 1602057743077,
>  "updateTime": 1602057743077,
>  "version": 1,
>  "name": "read_auth_test_tag1",
>  "description": "read_auth_test_tag1",
>  "typeVersion": "1.0",
>  "attributeDefs": [
>  {
>  "name": "type_long_min",
>  "typeName": "long",
>  "isOptional": true,
>  "cardinality": "SINGLE",
>  "valuesMinCount": 0,
>  "valuesMaxCount": 1,
>  "isUnique": false,
>  "isIndexable": false
>  },
>  {
>  "name":"type_arr_list",
>  "typeName":"array",
>  "isOptional":false,
>  "cardinality":"LIST",
>  "valuesMinCount":1,
>  "valuesMaxCount":2147483647,
>  "isUnique":false,
>  "isIndexable":false
>  },
>  {
>  "name":"type_set",
>  "typeName":"array",
>  "isOptional":false,
>  "cardinality":"SET",
>  "valuesMinCount":1,
>  "valuesMaxCount":2147483647,
>  "isUnique":false,
>  "isIndexable":false
>  }
>  ],
>  "superTypes": [],
>  "entityTypes": [],
>  "subTypes": []
>  }
>  ],
>  "entityDefs": [],
>  "relationshipDefs": [],
>  "businessMetadataDefs": []
> }
> {code}
> Assign the same to an entity.
> The assignment fails as the attributes of type "array" are not 
> visible on UI
> {code:java|title=error message}
> {"errorCode":"ATLAS-400-00-01A",
> "errorMessage":"invalid parameters: read_auth_test_tag1.type_arr_list: 
> mandatory attribute value missing in type read_auth_test_tag1"}
> {code}
>  
> The assignment fails via both UI and rest api.
> In UI creation of attribute of such a type is not allowed but via rest api it 
> is possible. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (ATLAS-3985) Not able to assign classification with mandatory attribute of type "array"

2022-01-27 Thread Prasad P. Pawar (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prasad P. Pawar updated ATLAS-3985:
---
Attachment: (was: 
0001-ATLAS-3985-UI-2-Not-able-to-assign-classification-wi.patch)

> Not able to assign classification with mandatory attribute of type 
> "array" 
> ---
>
> Key: ATLAS-3985
> URL: https://issues.apache.org/jira/browse/ATLAS-3985
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core, atlas-webui
>Reporter: Dharshana M Krishnamoorthy
>Assignee: Prasad P. Pawar
>Priority: Major
> Attachments: 
> 0001-ATLAS-3985-UI-1-Not-able-to-assign-classification-wi.patch, 
> 0001-ATLAS-3985-UI-2-Not-able-to-assign-classification-wi.patch, Screenshot 
> 2020-10-07 at 1.40.43 PM.png, Screenshot 2020-10-07 at 1.41.17 PM.png
>
>
> Create a classification that has mandatory attribute of type 
> "*array*" via REST api
> {code:java|title=Create classification with payload:}
> {
>  "enumDefs": [],
>  "structDefs": [],
>  "classificationDefs": [
>  {
>  "category": "CLASSIFICATION",
>  "guid": "8996315b-b5fe-48c6-b9d0-4668fhkfd21af",
>  "createdBy": "hrt_qa",
>  "updatedBy": "hrt_qa",
>  "createTime": 1602057743077,
>  "updateTime": 1602057743077,
>  "version": 1,
>  "name": "read_auth_test_tag1",
>  "description": "read_auth_test_tag1",
>  "typeVersion": "1.0",
>  "attributeDefs": [
>  {
>  "name": "type_long_min",
>  "typeName": "long",
>  "isOptional": true,
>  "cardinality": "SINGLE",
>  "valuesMinCount": 0,
>  "valuesMaxCount": 1,
>  "isUnique": false,
>  "isIndexable": false
>  },
>  {
>  "name":"type_arr_list",
>  "typeName":"array",
>  "isOptional":false,
>  "cardinality":"LIST",
>  "valuesMinCount":1,
>  "valuesMaxCount":2147483647,
>  "isUnique":false,
>  "isIndexable":false
>  },
>  {
>  "name":"type_set",
>  "typeName":"array",
>  "isOptional":false,
>  "cardinality":"SET",
>  "valuesMinCount":1,
>  "valuesMaxCount":2147483647,
>  "isUnique":false,
>  "isIndexable":false
>  }
>  ],
>  "superTypes": [],
>  "entityTypes": [],
>  "subTypes": []
>  }
>  ],
>  "entityDefs": [],
>  "relationshipDefs": [],
>  "businessMetadataDefs": []
> }
> {code}
> Assign the same to an entity.
> The assignment fails as the attributes of type "array" are not 
> visible on UI
> {code:java|title=error message}
> {"errorCode":"ATLAS-400-00-01A",
> "errorMessage":"invalid parameters: read_auth_test_tag1.type_arr_list: 
> mandatory attribute value missing in type read_auth_test_tag1"}
> {code}
>  
> The assignment fails via both UI and rest api.
> In UI creation of attribute of such a type is not allowed but via rest api it 
> is possible. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (ATLAS-3985) Not able to assign classification with mandatory attribute of type "array"

2022-01-27 Thread Prasad P. Pawar (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prasad P. Pawar updated ATLAS-3985:
---
Attachment: 0001-ATLAS-3985-UI-2-Not-able-to-assign-classification-wi.patch

> Not able to assign classification with mandatory attribute of type 
> "array" 
> ---
>
> Key: ATLAS-3985
> URL: https://issues.apache.org/jira/browse/ATLAS-3985
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core, atlas-webui
>Reporter: Dharshana M Krishnamoorthy
>Assignee: Prasad P. Pawar
>Priority: Major
> Attachments: 
> 0001-ATLAS-3985-UI-1-Not-able-to-assign-classification-wi.patch, 
> 0001-ATLAS-3985-UI-2-Not-able-to-assign-classification-wi.patch, Screenshot 
> 2020-10-07 at 1.40.43 PM.png, Screenshot 2020-10-07 at 1.41.17 PM.png
>
>
> Create a classification that has mandatory attribute of type 
> "*array*" via REST api
> {code:java|title=Create classification with payload:}
> {
>  "enumDefs": [],
>  "structDefs": [],
>  "classificationDefs": [
>  {
>  "category": "CLASSIFICATION",
>  "guid": "8996315b-b5fe-48c6-b9d0-4668fhkfd21af",
>  "createdBy": "hrt_qa",
>  "updatedBy": "hrt_qa",
>  "createTime": 1602057743077,
>  "updateTime": 1602057743077,
>  "version": 1,
>  "name": "read_auth_test_tag1",
>  "description": "read_auth_test_tag1",
>  "typeVersion": "1.0",
>  "attributeDefs": [
>  {
>  "name": "type_long_min",
>  "typeName": "long",
>  "isOptional": true,
>  "cardinality": "SINGLE",
>  "valuesMinCount": 0,
>  "valuesMaxCount": 1,
>  "isUnique": false,
>  "isIndexable": false
>  },
>  {
>  "name":"type_arr_list",
>  "typeName":"array",
>  "isOptional":false,
>  "cardinality":"LIST",
>  "valuesMinCount":1,
>  "valuesMaxCount":2147483647,
>  "isUnique":false,
>  "isIndexable":false
>  },
>  {
>  "name":"type_set",
>  "typeName":"array",
>  "isOptional":false,
>  "cardinality":"SET",
>  "valuesMinCount":1,
>  "valuesMaxCount":2147483647,
>  "isUnique":false,
>  "isIndexable":false
>  }
>  ],
>  "superTypes": [],
>  "entityTypes": [],
>  "subTypes": []
>  }
>  ],
>  "entityDefs": [],
>  "relationshipDefs": [],
>  "businessMetadataDefs": []
> }
> {code}
> Assign the same to an entity.
> The assignment fails as the attributes of type "array" are not 
> visible on UI
> {code:java|title=error message}
> {"errorCode":"ATLAS-400-00-01A",
> "errorMessage":"invalid parameters: read_auth_test_tag1.type_arr_list: 
> mandatory attribute value missing in type read_auth_test_tag1"}
> {code}
>  
> The assignment fails via both UI and rest api.
> In UI creation of attribute of such a type is not allowed but via rest api it 
> is possible. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


Re: Review Request 73819: ATLAS-4539 :- Atlas - Upgrade Spring framework to 5.3.15

2022-01-27 Thread Jayendra Parab

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73819/#review224001
---


Ship it!




Ship It!

- Jayendra Parab


On Jan. 25, 2022, 11:56 a.m., Vinayak Marraiya wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/73819/
> ---
> 
> (Updated Jan. 25, 2022, 11:56 a.m.)
> 
> 
> Review request for atlas, Jayendra Parab, Mandar Ambawane, Pinal Shah, and 
> Sarath Subramanian.
> 
> 
> Bugs: ATLAS-4539
> https://issues.apache.org/jira/browse/ATLAS-4539
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> Currently Atlas is using Spring framework version 5.3.13 upgrading it to 
> 5.3.15
> 
> 
> Diffs
> -
> 
>   pom.xml 6ebef6024 
> 
> 
> Diff: https://reviews.apache.org/r/73819/diff/2/
> 
> 
> Testing
> ---
> 
> 1)mvn clean install
>   Atlas server runnning
> 2)Quick started was passed successfully
> 
> Precommit - 
> https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1025/console
> 
> 
> Thanks,
> 
> Vinayak Marraiya
> 
>