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

lzljs3620320 pushed a change to branch release-0.4
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


    from 5bcd2be1d [flink] add more data type for mysql cdc action (#975)
     new 9bf62b1c9 [doc] Improve flink api doc (#978)
     new b24f9f4a9 [flink] Modify the error prompt when creating a flink table 
using FlinkCatalog (#968)
     new d636f2709 [doc] Add S3A performance for S3
     new c0248de66 [doc] Update paimon logo
     new 7f11b860c [doc] Update favicon.png
     new 4f3a84d69 [doc] Update contributing for review
     new 81766b97c [doc] Improve Java API documentation (#979)
     new 4365bcfb7 [flink] Support showing physical column comments for DESC 
statement (#964)
     new 16e2eb848 [doc] add presto doc (#954)
     new 1f44073ef [docs] Guiding spark chaning column type (#993)
     new 83da70ff1 [doc] Adjust size of logo to 80%
     new 59ab82c24 [hotfix] Refactor column field name duplication check for 
MySqlSchema constructor (#977)
     new b86a4a9f6 [doc] Add supported data types for java api #997 (#998)
     new a883b3689 [doc] Paimon is misspelled (#999)
     new 86740e537 [flink][bug] Correct the use of MySQL JDBC metadata in MySQL 
CDC actions (#1000)
     new 5c70511bb [docs] Unify altering table docs (#1007)
     new 8272b295b [flink] Support skipping incompatible tables in 
MySqlSyncDatabaseAction (#1006)

The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/content/api/flink-api.md                      |   6 +-
 docs/content/api/java-api.md                       | 280 +++++++++++++++++++++
 docs/content/engines/overview.md                   |   1 +
 docs/content/engines/presto.md                     |  97 +++++++
 docs/content/filesystems/s3.md                     |   9 +
 docs/content/how-to/altering-tables.md             |  29 ++-
 docs/content/how-to/cdc-ingestion.md               |   5 +
 docs/content/project/contributing.md               |   4 +-
 docs/content/project/download.md                   |   6 +
 docs/layouts/partials/docs/inject/menu-before.html |   2 +-
 docs/static/favicon.png                            | Bin 1595 -> 5933 bytes
 docs/static/favicon.svg                            |  20 ++
 docs/static/paimon_full.svg                        |  48 ++++
 .../src/test/resources/mysql/setup.sql             |  27 ++
 .../org/apache/paimon/flink/DataCatalogTable.java  |  65 +++++
 .../java/org/apache/paimon/flink/FlinkCatalog.java |  29 ++-
 .../cdc/mysql/MySqlDebeziumJsonEventParser.java    |   4 +-
 .../paimon/flink/action/cdc/mysql/MySqlSchema.java |  17 +-
 .../action/cdc/mysql/MySqlSyncDatabaseAction.java  |  72 +++++-
 .../org/apache/paimon/flink/FlinkCatalogTest.java  |   7 +-
 .../apache/paimon/flink/ReadWriteTableITCase.java  |  35 +++
 .../cdc/mysql/MySqlSyncDatabaseActionITCase.java   |  85 ++++++-
 .../src/test/resources/mysql/setup.sql             |  44 ++++
 23 files changed, 851 insertions(+), 41 deletions(-)
 create mode 100644 docs/content/engines/presto.md
 create mode 100644 docs/static/favicon.svg
 create mode 100644 docs/static/paimon_full.svg

Reply via email to