Petrichor
Petrichor
1. In the previous PR https://github.com/apache/doris-flink-connector/pull/152, we introduced a configuration option to determine whether to synchronize default values for MySQL. However, with this setting enabled, if a schema has a...
# Proposed changes 1. In previous versions, encountering a source schema that did not match Doris would lead to the failure of the entire job. This was especially problematic when...
# Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I Don't know) 2. Has unit...
# Proposed changes Issue Number: close #xxx ## Problem Summary: Currently, Doris only supports `current_timestamp` as the default function. In relational databases, the composition of different default values varies. Here...
# Proposed changes In previous versions, encountering a source schema that did not align with Doris standards would cause the entire job to fail. This issue was particularly critical when...
# Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I Don't know) 2. Has unit...
# Proposed changes 1. support read ipv4 type since Apache Doris 2.1.0 2. support read ipv6 since Apache Doris 2.1.1 , This issue arises from the incompatible conversion between IPv6...
[FLINK-35277](https://issues.apache.org/jira/browse/FLINK-35277) asncdcaddremove.sql The original insert statement for ASNCDC.IBMSNAP_PRUNCNTL is as follows: ```sql -- Original insert statement SET stmtSQL = 'INSERT INTO ASNCDC.IBMSNAP_PRUNCNTL ( ' || 'TARGET_SERVER, ' || 'TARGET_OWNER, '...
issure: https://github.com/alibaba/DataX/issues/2111
When using DataX to load data from DB2 to Doris, I encounter the following errors: ```bash {"exception":"Code:[DBUtilErrorCode-12], Description:[不支持的数据库类型. 请注意查看 DataX 已经支持的数据库类型以及数据库版本.]. - 您的配置文件中的列配置信息有误. 因为DataX 不支持数据库读取这种字段类型. 字段名:[DESCRIPTION], 字段名称:[2009], 字段Java类型:[com.ibm.db2.jcc.DB2Xml]. 请尝试使用数据库函数将其转换datax支持的类型 或者不同步该字段...