dannycranmer commented on PR #20937:
URL: https://github.com/apache/flink/pull/20937#issuecomment-1275785276

   I rebuilt `hive-exec` from source to get the shade output, I see some 
additional issues with the sql NOTICE file:
   
   These are included in `hive-exec` 3.1.3
   ```
   [INFO] Including org.apache.orc:orc-core:jar:1.5.8 in the shaded jar.
   [INFO] Including org.apache.orc:orc-shims:jar:1.5.8 in the shaded jar.
   [INFO] Including org.apache.commons:commons-lang3:jar:3.9 in the shaded jar.
   [INFO] Including org.apache.orc:orc-tools:jar:1.5.8 in the shaded jar.
   ```
   
   Out NOTICE file contains:
   ```
   - org.apache.orc:orc-core:1.5.6
   - org.apache.orc:orc-shims:1.5.6
   - org.apache.orc:orc-tools:1.5.6
   - org.apache.commons:commons-lang3:3.3.2
   ```
   
   We list the following in our NOTICE file and I cannot see them bundled in 
`hive-exec`:
   ```
   - org.apache.parquet:parquet-jackson:1.10.0
   - com.esotericsoftware:reflectasm:1.10.1
   ```
   
   I have not checked if these are new or existing issues. Regardless we need 
to fix them, please.


-- 
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]

Reply via email to