openinx commented on pull request #1096:
URL: https://github.com/apache/iceberg/pull/1096#issuecomment-643030468


   Hi @rdblue , I've removed the flink module with scala 2.11 as you suggested. 
 I've one minor question, when I generate the dependencies.lock file, seems it 
contains all the `allProcessors` such as: 
   ```
   {
       "allProcessors": {
           "com.github.kevinstern:software-and-algorithms": {
               "locked": "1.0",
               "transitive": [
                   "com.google.errorprone:error_prone_check_api"
               ]
           },
           "com.github.stephenc.jcip:jcip-annotations": {
               "locked": "1.0-1",
               "transitive": [
                   "com.google.errorprone:error_prone_core"
               ]
           },
         ....
   ```
   That makes the `dependencies.lock` file  to be really large. while I saw the 
file under the other modules such as `iceberg-api` module, it only have the 
`compile` component.  Would this matter ?  I followed the guide in your pull 
requests https://github.com/apache/iceberg/pull/1067.
   Any other trick to keep only the `compile` parts ... 


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to