This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
from e68ecf7be [Feature][Conenctor-V2] Add openmldb source connector (#3313)
add 0179fe2f6 [Improve][formats]Unified exception for seatunnel formats
module (#3572)
No new revisions were added by this update.
Summary of changes:
.../seatunnel/format/json/JsonDeserializationSchema.java | 13 +++++++------
.../seatunnel/format/json/JsonSerializationSchema.java | 6 ++++--
.../apache/seatunnel/format/json/JsonToRowConverters.java | 15 ++++++++++-----
.../apache/seatunnel/format/json/RowToJsonConverters.java | 7 +++++--
.../json/exception/SeaTunnelJsonFormatException.java | 10 +++++-----
.../seatunnel/format/text/TextDeserializationSchema.java | 9 ++++++---
.../seatunnel/format/text/TextSerializationSchema.java | 5 ++++-
.../text/exception/SeaTunnelTextFormatException.java | 10 +++++-----
8 files changed, 46 insertions(+), 29 deletions(-)
copy
seatunnel-connectors-v2/connector-tablestore/src/main/java/org/apache/seatunnel/connectors/seatunnel/tablestore/exception/TablestoreConnectorException.java
=>
seatunnel-formats/seatunnel-format-json/src/main/java/org/apache/seatunnel/format/json/exception/SeaTunnelJsonFormatException.java
(79%)
copy
seatunnel-connectors-v2/connector-tablestore/src/main/java/org/apache/seatunnel/connectors/seatunnel/tablestore/exception/TablestoreConnectorException.java
=>
seatunnel-formats/seatunnel-format-text/src/main/java/org/apache/seatunnel/format/text/exception/SeaTunnelTextFormatException.java
(79%)