You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by pm...@apache.org on 2022/01/10 21:16:22 UTC

[samza] branch master updated (85151e2 -> b76a7af)

This is an automated email from the ASF dual-hosted git repository.

pmaheshwari pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git.


    from 85151e2  Merge pull request #1572 from shekhars-li/config-fix
     add c411598  Fix NPE hiding original exception in FileUtil
     new b76a7af  Fix NPE in finally block hiding original exception in FileUtil

The 1 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:
 samza-core/src/main/scala/org/apache/samza/util/FileUtil.scala | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

[samza] 01/01: Fix NPE in finally block hiding original exception in FileUtil

Posted by pm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pmaheshwari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git

commit b76a7af055b7038cb75fd7d6ff0a3e42287a377e
Merge: 85151e2 c411598
Author: Prateek Maheshwari <pr...@utexas.edu>
AuthorDate: Mon Jan 10 13:16:15 2022 -0800

    Fix NPE in finally block hiding original exception in FileUtil

 samza-core/src/main/scala/org/apache/samza/util/FileUtil.scala | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)