forked from apache/seatunnel
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ci #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [CI] Split updated modules integration test for part 5 * [CI] Split updated modules integration test for part 5 * Split e2e * update json-smart * fix dm error * fix dm error * fix dm error * fix dm error * fix dm error * fix dm error * fix dm error * revert code * revert code * revert code --------- Co-authored-by: gdliu3 <gdliu3@iflytek.com>
…pache#5168) --------- Co-authored-by: gdliu3 <gdliu3@iflytek.com>
* Update the project description
…che#5114) * fix:hdfs Checkpoint Storage management fails to delete historical files * fix:hdfs Checkpoint Storage management fails to delete historical files * fix after the savepoint job is restored, the checkpoint file cannot be generated * [Feature][Zeta] Support history service record job execute error * Improve Jobstate-related class additions add serialVersionUID * add e2e test
* Update .asf.yaml
* add Postgresql json type Co-authored-by: 80597928 <673421862@qq.com>
…ype to BigDecimal (apache#4900)
…ing multi-node operation. (apache#5206)
…ult tolerance or restore. (apache#5214)
…of 'engineering structure'. (apache#4305)
…pache#5180) * fix:hdfs Checkpoint Storage management fails to delete historical files Co-authored-by: hailin0 <wanghailin@apache.org>
* Improve S3File Source & S3File Sink document
…nt (apache#5129) * [Docs][Connector-V2][MyHours]Reconstruct the MyHours connector document * fix format * fix format
… states (apache#5238) * API: Using DefaultSerializer as connector sink default serializer * Zeta: Using connector custom serializer encode/decode states
* [Improve][Docs] Refactor MySQL-CDC docs * Update MySqlTypeUtils.java * Update MySQL-CDC.md
* Fix the problem of "," being divided in [] * Update seatunnel-core/seatunnel-core-starter/src/main/java/org/apache/seatunnel/core/starter/command/ParameterSplitter.java Co-authored-by: Wenjun Ruan <wenjun@apache.org> * fix error * fix bug * fix bug --------- Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* [Doc] update iotdb document, remove duplicated config * [Doc] update iotdb document * [Doc] update iotdb document
…rsion title Example pr (apache#5249) * [Docs][Connector][Source][mysql]Added the mysql Connector Document version title Example pr * [Docs][Connector][Source][mysql]Added the mysql Connector Document version title Example pr apache#5249 * Update docs/en/connector-v2/sink/Mysql.md * Update docs/en/connector-v2/source/Mysql.md --------- Co-authored-by: Jia Fan <fanjiaeminem@qq.com>
* refactor jdbc connector AbstractJdbcCatalog * add testCatalog for pg
…pache#5071 (apache#5332) * [Hotfix][Connector-V2][StarRocks] fix starrocks template sql parser offset && add primary key for default template
…e injected in HiveConf (apache#5261)
…llow the key in the entry to be null (apache#5277) * 🐛 "Add null check in text deserialization This commit adds a null check while splitting the kv in the TextDeserializationSchema. Not having this check could potentially lead to a crash if 'kvs' has less than two elements. Now, the function will return null in this case, significantly improving reliability." * 🐛 Refactor text deserialization, allow null value assignments Modified the TextDeserializationSchema to allow key-value pairs with null values. This adjustment helps to handle data records with missing values more accurately. The code was also reformatted for improved readability. * 🎨 Refactor Builder constructor in TextDeserializationSchema Tidied up the Builder constructor in TextDeserializationSchema by removing unnecessary empty lines. This change improves code readability and consistency with the rest of the class? * ✅ Add test case where the value is empty and the key is empty in the map --------- Co-authored-by: yangpeng <nickyooungp@gmail.com>
* [feature][Connector-V2][cdc] Support flink running cdc job * [feature][Connector-V2][cdc] Support flink running cdc job * [feature][Connector-V2][cdc] mongo e2e delete --------- Co-authored-by: zhouyao <yao.zhou@marketingforce.com>
* [Bug][connector-cdc-mysql] mysql connections and memory of jvm increased abnormally (apache#5008) * [bugfix][connector-cdc-mysql] reset the listener of binaryLogClient before fetch task start (apache#5008) * [Bugfix][Clickhouse] fix when the checkpoint triggers flush, the connection is closed, causing subsequent data writing to fail --------- Co-authored-by: dengjunjie <296442618@qq.com>
…ory (apache#5427) * [fix][hive-source][bug] fix An error occurred reading an empty directory * [fix][hive-source][bug] fix An error occurred reading an empty directory
…terval_ms different in source code (apache#5430)
…pe precision issue (apache#5479)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
Check list
New License Guide
release-note
.