Uh oh!
There was an error while loading. Please reload this page.
TEZ-4727: Add ARM support of the dependent leveldbjni - #509
Conversation
tez-yetus
commented
Jun 12, 2026
💔 -1 overall
This message was automatically generated. |
abstractdog
commented
Jun 18, 2026
minor question: could the aarch64 build success be validated by a github action? |
ayushtkn
commented
Jun 18, 2026
@abstractdog I have added in the github actions the ARM support: https://github.com/apache/tez/actions/runs/27742306971/job/82072186429?pr=509 Have to skip the UI build it is broken due to PhantomJS, Have to chase it seprately maybe migrate to |
tez-yetus
commented
Jun 18, 2026
💔 -1 overall
This message was automatically generated. |
abstractdog
commented
Jun 19, 2026
okay! there is only a yamllint warning left |
tez-yetus
commented
Jun 20, 2026
💔 -1 overall
This message was automatically generated. |
ayushtkn
commented
Jun 21, 2026
Thanx @abstractdog for the review, Have fixed the yamlint warning |
abstractdog
left a comment
There was a problem hiding this comment.
+1 more nit, other than that LGTM
| if (e instanceof IOException) { | ||
| throw (IOException) e; |
There was a problem hiding this comment.
what about simply skipping this check, the next line takes care of wrapping it into an IOException anyway
tez-yetus
commented
Jun 23, 2026
💔 -1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
Description in Jira