cshuo commented on code in PR #19866: URL: https://github.com/apache/hudi/pull/19866#discussion_r3975265962
########## packaging/hudi-flink-bundle/README.md: ########## @@ -0,0 +1,40 @@ +<!-- +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +--> + +# `hudi-flink-bundle` module + +This module packages the Hudi Flink bundle for reading and writing Hudi tables with Flink. + +## Lance dependencies + +The Hudi Flink bundle does not include Lance runtime dependencies. To use Lance with Hudi, +ensure that the Flink runtime includes the following dependencies. + +| Dependency | Version | +|------------|---------| +| `org.lance:lance-core` | 4.0.0 | +| `org.apache.arrow:arrow-vector` | 18.3.0 | Review Comment: Removed the hardcoded versions and linked the root POM, noting that dependency versions must be compatible with the Hudi version in use. -- 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]
