| commit | 65d8c001cf2c6e2c6d72ddc94ffbccee37d25b3b | [log] [tgz] |
|---|---|---|
| author | jqcc <897238475@qq.com> | Fri Jun 20 10:42:35 2025 +0800 |
| committer | GitHub <noreply@github.com> | Fri Jun 20 10:42:35 2025 +0800 |
| tree | d9148e0a6a5408f9eb7718b75777d7625f2cfa32 | |
| parent | 9e06de984e199f352afd603f231976f9131d9eb7 [diff] |
[Improve] support nested type fields in ArrayData (#606)
Flink Doris Connector now support flink version from 1.11 to 1.20.
If you wish to contribute or use a connector from flink 1.13 (and earlier), please use the branch-for-flink-before-1.13
More information about compilation and usage, please visit Flink Doris Connector
You need to copy customer_env.sh.tpl to customer_env.sh before build and you need to configure it before build.
git clone git@github.com:apache/doris-flink-connector.git cd doris-flink-connector/flink-doris-connector ./build.sh

You need to install the google-java-format plugin. Spotless together with google-java-format is used to format the codes.
It is recommended to automatically format your code by applying the following settings:
For earlier IntelliJ IDEA versions, the step 4 to 7 will be changed as follows.
.*\.java to avoid formatting other file types. Then the whole project could be formatted by command mvn spotless:apply.Checkstyle is used to enforce static coding guidelines.
tools/maven/checkstyle.xml which is located within your cloned repository.checkstyle.suppressions.file with the value suppressions.xml and click “Next”.You can now import the Checkstyle configuration for the Java code formatter.
tools/maven/checkstyle.xml located within your cloned repository.Then you could click “View” → “Tool Windows” → “Checkstyle” and find the “Check Module” button in the opened tool window to validate checkstyle. Or you can use the command mvn clean compile checkstyle:checkstyle to validate.
If you find any bugs, feel free to file a GitHub issue or fix it by submitting a pull request.
Contact us through the following mailing list.
| Name | Scope | |||
|---|---|---|---|---|
| dev@doris.apache.org | Development-related discussions | Subscribe | Unsubscribe | Archives |