This is an automated email from the ASF dual-hosted git repository. pinal pushed a change to branch atlas-2.5 in repository https://gitbox.apache.org/repos/asf/atlas.git
from 25813c123 ATLAS-4994: The Atlas client should retry on HTTP 500 errors (#299) new 7ea8b7b49 ATLAS-4996 : Upgrade DOMPurify to latest version [3.2.4] (#302) new 3b2290b62 ATLAS-4998: Replaced Swagger Logo with Atlas Logo (#303) new 757217569 ATLAS-5003: Upgrade Swagger-UI to the latest V5.20.1 (#308) new 43d56b840 ATLAS-4995: When user doesn't have permission on one glossary , /glossary call throws exception, it doesn't list the remaining glossaries as well (#304) new 3222ff38a ATLAS-4995: corrected checkstyle errors in the missing glossaries patch - commit 92174bbd96bf61228a39b22a3c2b7a16b58cf95c (#311) new f51085748 ATLAS-5001: Impala SQL queries that include the “WITH” clause should populate lineage in Atlas (#305) new 38a701b3e ATLAS-4951: Upgrade netty to 4.1.115.Final new dd14333a1 ATLAS-5007: Upgrade netty version to 4.1.118.Final (#314) new 61e9c8f91 ATLAS-5009: Upgrade commons-io version to 2.17.0 (#315) The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../atlas/impala/hook/ImpalaLineageHook.java | 1 + .../atlas/impala/hook/ImpalaOperationParser.java | 6 + .../atlas/impala/hook/events/BaseImpalaEvent.java | 4 +- .../atlas/impala/model/ImpalaOperationType.java | 1 + .../atlas/impala/hook/ImpalaLineageHookTest.java | 65 +++++++++++ build-tools/src/main/resources/ui-dist/index.js | 14 ++- .../main/resources/ui-dist/swagger-ui-bundle.js | 2 +- .../ui-dist/swagger-ui-standalone-preset.js | 2 +- .../src/main/resources/ui-dist/swagger-ui.css | 2 +- dashboardv2/gruntfile.js | 2 +- .../public/js/external_lib/dompurify/purify.min.js | 4 +- dashboardv3/gruntfile.js | 2 +- .../public/js/external_lib/dompurify/purify.min.js | 4 +- pom.xml | 4 +- .../org/apache/atlas/glossary/GlossaryService.java | 78 ++++++++++--- .../apache/atlas/glossary/GlossaryServiceTest.java | 124 +++++++++++++++++++-- 16 files changed, 279 insertions(+), 36 deletions(-) create mode 100644 addons/impala-bridge/src/test/java/org/apache/atlas/impala/hook/ImpalaLineageHookTest.java