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 4cbb482e1 ATLAS-5017: Patch to replace the long strings set in 
spark_process attributes (#337) (cherry picked from commit 
25e35e699d2e3a6c7b9974a1aa0140f6cd9a9076) Co-authored-by: chaitalithombare 
<[email protected]>
     new 547c31e48 ATLAS-5069: Improve Unit Test Coverage for Impala-bridge 
Module (#422)
     new 4b013c7a5 ATLAS-5203: Upgrade Janusgraph version to 1.1.0 (#517)

The 2 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:
 addons/impala-bridge/pom.xml                       |   8 +-
 .../apache/atlas/impala/ImpalaLineageToolTest.java | 436 +++++++++++++++
 .../impala/hook/AtlasImpalaHookContextTest.java    | 262 +++++++++
 .../impala/hook/ImpalaOperationParserTest.java     |  92 ++++
 .../impala/hook/events/BaseImpalaEventTest.java    | 601 +++++++++++++++++++++
 .../hook/events/CreateImpalaProcessTest.java       | 457 ++++++++++++++++
 pom.xml                                            |   6 +-
 repository/pom.xml                                 |  12 +-
 .../apache/atlas/query/TraversalComposerTest.java  |   2 +-
 webapp/pom.xml                                     |   6 +
 10 files changed, 1870 insertions(+), 12 deletions(-)
 create mode 100644 
addons/impala-bridge/src/test/java/org/apache/atlas/impala/ImpalaLineageToolTest.java
 create mode 100644 
addons/impala-bridge/src/test/java/org/apache/atlas/impala/hook/AtlasImpalaHookContextTest.java
 create mode 100644 
addons/impala-bridge/src/test/java/org/apache/atlas/impala/hook/ImpalaOperationParserTest.java
 create mode 100644 
addons/impala-bridge/src/test/java/org/apache/atlas/impala/hook/events/BaseImpalaEventTest.java
 create mode 100644 
addons/impala-bridge/src/test/java/org/apache/atlas/impala/hook/events/CreateImpalaProcessTest.java

Reply via email to