This is an automated email from the ASF dual-hosted git repository. chaitalithombare pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/atlas.git
from be1fb8408 ATLAS-5037: [React UI] Entity detail page not retained after term deletion via sidebar (#361) add 09d02b99f ATLAS-4984: Option to ignore spark_process attributes details and sparkPlanDescription (#331) No new revisions were added by this update. Summary of changes: .../notification/NotificationHookConsumer.java | 26 +++++- .../preprocessor/EntityPreprocessor.java | 16 ++++ .../preprocessor/SparkPreprocessor.java | 41 ++++----- .../preprocessor/SparkPreprocessorTest.java | 102 +++++++++++++++++++++ 4 files changed, 159 insertions(+), 26 deletions(-) copy intg/src/main/java/org/apache/atlas/type/AttributeToken.java => webapp/src/main/java/org/apache/atlas/notification/preprocessor/SparkPreprocessor.java (55%) create mode 100644 webapp/src/test/java/org/apache/atlas/notification/preprocessor/SparkPreprocessorTest.java