ayushtkn commented on PR #294: URL: https://github.com/apache/tez/pull/294#issuecomment-1603981179
The reason for the change lies here: https://issues.apache.org/jira/browse/TEZ-4473?focusedCommentId=17735558&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17735558 Th conf.getStrings(..,..) creates issues: The method description from the hadoop-code https://github.com/apache/hadoop/blob/cebcb44d377710db6d4cff45f0b956f5a3372f51/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java#L2317-L2322 In case of ``null`` it returns the default value, which screws up the subsequent checks below -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
