This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.hadoop-hadoop-common-3.4.0
in repository https://gitbox.apache.org/repos/asf/fluss.git


 discard c362c773 Bump org.apache.hadoop:hadoop-common from 2.10.2 to 3.4.0
     add 1fef980d [website] update roadmap to account latest requirements 
(#1214)
     add 6f8cf498 [website] create a seperate page for bug report & feature 
request (#1213)
     add e3b213e7 [blog] Fluss Java Client Guide (#1253)
     add 7823d4d0 [blog] Add Fluss Joins ASF Blog Post (#1288)
     add c6051c65 [docs] Fix typo in configuration.md (#1300)
     add d9217fca [readme] Update Fluss to Apache Fluss(Incubating) in readme 
(#1263)
     add 29a94885 [website] Fix community call phrase (#1308)
     add f2fb5f98 [website] Setup CI/CD for apache fluss website
     add f6e87f96 [website] Fix author titles (#1309)
     add 785244c1 [server] Add DEBUG log for Coordinator event processing 
(#1296)
     add fda86c5e [dependencies] Bump org.apache.commons:commons-lang3 from 
3.12.0 to 3.18.0 (#1310)
     add 2a4d1bf0 [coordinator] add retry for Coordinator Server register to zk 
when reboot (#1307)
     add b99e3b6a [github] Limit read permission to license-check.yml workflow 
(#1312)
     add 031984f9 [dependencies] Bump org.apache.kafka:kafka-clients from 3.9.0 
to 3.9.1 (#1294)
     add 9fb7b454 [ide] update vcs.xml link address (#1293)
     add 4a7d3cd2 [common] Fix implicit narrowing conversion in 
TimestampNtz#toLocalDateTime (#1313)
     add 6e5d7322 [docs] Change documentation landing page from "/docs/intro" 
to "/docs"
     add e7020128 [hotfix] Change commitable to committable to fix typo. (#1318)
     add 37cf9954 [doc] Remove redundant statement terminators in the reads 
document (#1336)
     add 942eaad4 [doc]Modify the table format in the pk-table document (#1335)
     add 137a106d [docs] update apache fluss slack link (#1316)
     add 61d82a1c [CI] add  apache rat for license check of non java files 
(#1219)
     add 295c7b8a [lake/iceberg] Introduce fluss-lake-iceberg module and 
IcebergLakeStorage (#1339)
     add ee249b6c [hotfix] Optimize the error msg when throwing 
LogOffsetOutOfRangeException (#1216)
     add d695d7b6 fix: blog url and image (#1349)
     add 780a32f3 [kv] Upgrade rocksdb to community version 10.2.1 (#1338)
     add 8578717e Bump org.apache.hadoop:hadoop-common from 2.10.2 to 3.4.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c362c773)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.hadoop-hadoop-common-3.4.0 (8578717e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/docs-check.yaml                  |   6 +
 .github/workflows/docs-deploy.yaml                 |  38 +-
 .github/workflows/license-check.yml                |   3 +
 .github/workflows/stage.sh                         |   3 +-
 .idea/vcs.xml                                      |   4 +-
 README.md                                          |  16 +-
 .../table/scanner/log/LogFetchCollector.java       |  16 +-
 fluss-client/src/main/resources/META-INF/NOTICE    |   4 +-
 fluss-common/pom.xml                               |   4 +-
 .../fluss/lake/committer/LakeCommitter.java        |   2 +-
 .../fluss/lake/writer/LakeTieringFactory.java      |   8 +-
 .../fluss/rocksdb/RocksIteratorWrapper.java        |   7 +
 .../java/com/alibaba/fluss/row/TimestampNtz.java   |   2 +-
 fluss-dist/pom.xml                                 |   7 +
 fluss-dist/src/main/assemblies/plugins.xml         |   7 +
 .../fluss-fs-gs/src/main/resources/META-INF/NOTICE |   2 +-
 .../src/main/resources/META-INF/NOTICE             |   2 +-
 .../src/main/resources/META-INF/NOTICE             |   2 +-
 .../src/main/resources/META-INF/NOTICE             |   2 +-
 .../src/main/resources/META-INF/NOTICE             |   2 +-
 .../fluss-fs-s3/src/main/resources/META-INF/NOTICE |   2 +-
 .../fluss/flink/tiering/LakeTieringJobBuilder.java |   2 +-
 .../tiering/committer/TieringCommitOperator.java   |   4 +-
 .../flink/tiering/TestingLakeTieringFactory.java   |   7 +-
 fluss-kafka/pom.xml                                |   2 +-
 .../fluss-lake-iceberg}/pom.xml                    |  54 +--
 .../fluss/lake/iceberg/IcebergLakeStorage.java}    |  23 +-
 .../lake/iceberg/IcebergLakeStoragePlugin.java}    |  10 +-
 .../src/main/resources/META-INF/NOTICE             |   4 +-
 ...libaba.fluss.lake.lakestorage.LakeStoragePlugin |   2 +-
 .../src/test/resources/log4j2-test.properties      |   0
 .../org.junit.jupiter.api.extension.Extension      |   0
 fluss-lake/fluss-lake-paimon/pom.xml               |   9 -
 .../lake/paimon/tiering/PaimonLakeCommitter.java   |   2 +-
 .../paimon/tiering/PaimonLakeTieringFactory.java   |   2 +-
 .../lake/paimon/tiering/PaimonTieringTest.java     |   8 +-
 fluss-lake/pom.xml                                 |  47 +++
 .../java/com/alibaba/fluss/server/ServerBase.java  |   3 +
 .../server/coordinator/CoordinatorServer.java      |  77 ++--
 .../coordinator/event/CoordinatorEventManager.java |  18 +-
 .../kv/snapshot/RocksIncrementalSnapshot.java      |   6 +-
 .../alibaba/fluss/server/tablet/TabletServer.java  |   3 -
 fluss-server/src/main/resources/META-INF/NOTICE    |   4 +-
 .../kv/rocksdb/RocksDBOperationsUtilsTest.java     |   5 +-
 fluss-test-coverage/pom.xml                        |   2 +
 pom.xml                                            |  17 +-
 .asf.yaml => website/.asf.yaml                     |  22 +-
 website/.htaccess                                  |   2 +
 website/blog/2025-07-01-tiering-service.md         |   8 +-
 website/blog/2025-07-07-fluss-java-client.md       | 403 +++++++++++++++++++++
 website/blog/2025-07-10-fluss-joins-asf.md         |  85 +++++
 website/blog/assets/fluss_asf/alibaba.png          | Bin 0 -> 461542 bytes
 website/blog/assets/fluss_asf/announcement.png     | Bin 0 -> 1664037 bytes
 website/blog/assets/fluss_asf/architecture.png     | Bin 0 -> 134937 bytes
 website/blog/assets/fluss_asf/asf.png              | Bin 0 -> 530666 bytes
 website/blog/assets/java_client/banner.png         | Bin 0 -> 3143146 bytes
 .../tiering_service/tiering-split-generator.png    | Bin 275687 -> 279014 bytes
 website/blog/authors.yml                           |   6 +-
 website/build_versioned_docs.sh                    |   2 +-
 .../bug-reports-feature-requests.md                |  72 ++++
 website/community/welcome.md                       |   6 +-
 website/docs/engine-flink/reads.md                 |   1 -
 website/docs/intro.md                              |   1 +
 website/docs/maintenance/configuration.md          |   8 +-
 .../table-design/table-types/pk-table/index.md     |   3 +
 website/docusaurus.config.ts                       |  20 +-
 website/src/components/HomepageIntroduce/index.tsx |   2 +-
 website/src/pages/index.tsx                        |   2 +-
 website/src/pages/roadmap.md                       |  58 +--
 69 files changed, 880 insertions(+), 271 deletions(-)
 copy {fluss-flink/fluss-flink-tiering => 
fluss-lake/fluss-lake-iceberg}/pom.xml (65%)
 copy 
fluss-lake/{fluss-lake-paimon/src/main/java/com/alibaba/fluss/lake/paimon/PaimonLakeStoragePlugin.java
 => 
fluss-lake-iceberg/src/main/java/com/alibaba/fluss/lake/iceberg/IcebergLakeStorage.java}
 (58%)
 copy 
fluss-lake/{fluss-lake-paimon/src/main/java/com/alibaba/fluss/lake/paimon/PaimonLakeStoragePlugin.java
 => 
fluss-lake-iceberg/src/main/java/com/alibaba/fluss/lake/iceberg/IcebergLakeStoragePlugin.java}
 (80%)
 copy fluss-lake/{fluss-lake-paimon => 
fluss-lake-iceberg}/src/main/resources/META-INF/NOTICE (82%)
 copy fluss-lake/{fluss-lake-paimon => 
fluss-lake-iceberg}/src/main/resources/META-INF/services/com.alibaba.fluss.lake.lakestorage.LakeStoragePlugin
 (93%)
 copy fluss-lake/{fluss-lake-paimon => 
fluss-lake-iceberg}/src/test/resources/log4j2-test.properties (100%)
 copy {fluss-client/src/test/resources/META-INF/services => 
fluss-lake/fluss-lake-iceberg/src/test/resources}/org.junit.jupiter.api.extension.Extension
 (100%)
 copy .asf.yaml => website/.asf.yaml (65%)
 create mode 100644 website/.htaccess
 create mode 100644 website/blog/2025-07-07-fluss-java-client.md
 create mode 100644 website/blog/2025-07-10-fluss-joins-asf.md
 create mode 100644 website/blog/assets/fluss_asf/alibaba.png
 create mode 100644 website/blog/assets/fluss_asf/announcement.png
 create mode 100644 website/blog/assets/fluss_asf/architecture.png
 create mode 100644 website/blog/assets/fluss_asf/asf.png
 create mode 100644 website/blog/assets/java_client/banner.png
 create mode 100644 
website/community/how-to-contribute/bug-reports-feature-requests.md

Reply via email to