dentiny opened a new issue, #1591:
URL: https://github.com/apache/iceberg-rust/issues/1591

   ### Is your feature request related to a problem or challenge?
   
   I found certain libraries have multiple versions inside of iceberg-rust, a 
few of them coming from avro.
   For example,
   ```sh
   warning[duplicate]: found 2 duplicate entries for crate 'typed-builder'
       ┌─ /workspaces/moonlink/Cargo.lock:468:1
       │  
   468 │ ╭ typed-builder 0.19.1 
registry+https://github.com/rust-lang/crates.io-index
   469 │ │ typed-builder 0.20.1 
registry+https://github.com/rust-lang/crates.io-index
       │ 
╰──────────────────────────────────────────────────────────────────────────┘ 
lock entries
       │  
       ├ typed-builder v0.19.1
         └── apache-avro v0.17.0
             └── iceberg v0.6.0
                 ├── moonlink v0.0.1
                 │   ├── moonlink_backend v0.0.1
                 │   │   └── moonlink_service v0.0.1
                 │   ├── moonlink_connectors v0.0.1
                 │   │   └── moonlink_backend v0.0.1 (*)
                 │   ├── moonlink_metadata_store v0.0.1
                 │   │   ├── moonlink_backend v0.0.1 (*)
                 │   │   └── moonlink_service v0.0.1 (*)
                 │   └── moonlink_service v0.0.1 (*)
                 ├── (dev) moonlink_backend v0.0.1 (*)
                 └── (dev) moonlink_connectors v0.0.1 (*)
       ├ typed-builder v0.20.1
         ├── iceberg v0.6.0
         │   ├── moonlink v0.0.1
         │   │   ├── moonlink_backend v0.0.1
         │   │   │   └── moonlink_service v0.0.1
         │   │   ├── moonlink_connectors v0.0.1
         │   │   │   └── moonlink_backend v0.0.1 (*)
         │   │   ├── moonlink_metadata_store v0.0.1
         │   │   │   ├── moonlink_backend v0.0.1 (*)
         │   │   │   └── moonlink_service v0.0.1 (*)
         │   │   └── moonlink_service v0.0.1 (*)
         │   ├── (dev) moonlink_backend v0.0.1 (*)
         │   └── (dev) moonlink_connectors v0.0.1 (*)
         └── moonlink v0.0.1 (*)
   ```
   
   ### Describe the solution you'd like
   
   Upgrade avro if possible, we should avoid multi-version if possible.
   
   ### Willingness to contribute
   
   None


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


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

Reply via email to