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

lincoln pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 5edc7d7b18e [FLINK-33470] Deleting JoinJsonPlanTest.java and 
JoinJsonPlanITCase.java
     new ac707cfeb24 [FLINK-33638][table] Support variable-length data 
generation for variable-length data types
     new 1403febd30e [FLINK-33638][docs-zh] Update the outdated Chinese datagen 
connector docs

The 2 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.zh/docs/connectors/table/datagen.md   | 227 ++++++++++++++++++---
 docs/content/docs/connectors/table/datagen.md      |  38 +++-
 .../f7a4e6fa-e7de-48c9-a61e-c13e83f0c72e           |   4 +-
 .../functions/source/datagen/RandomGenerator.java  |   6 +
 .../src/test/resources/sql/table.q                 |   1 +
 .../src/test/resources/sql/table.q                 |   1 +
 .../datagen/table/DataGenConnectorOptions.java     |   9 +
 .../datagen/table/DataGenConnectorOptionsUtil.java |   1 +
 .../datagen/table/DataGenTableSourceFactory.java   |  30 +++
 .../datagen/table/RandomGeneratorVisitor.java      |  34 ++-
 .../factories/DataGenTableSourceFactoryTest.java   |  86 ++++++++
 11 files changed, 392 insertions(+), 45 deletions(-)

Reply via email to