We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SourceSchemaV2
SinkSchema
ConnectorSchema
ProtocolProperties
SourceFormat
SinkFormat
SpecificParserConfig
SourceStruct
CustomJsonType::Doris
DateHandlingMode
DecimalParameter
ObjectKeyOrder
TimestamptzHandlingMode
timestamptz
TimestampHandlingMode
JsonbHandlingMode
format ... encode ...
SinkType::UPSERT
AppendOnlyMode::NOT_APPEND_ONLY
type =
format upsert encode native
schemas.enable
SinkFormatterImpl::new
The text was updated successfully, but these errors were encountered:
xiangjinwu
No branches or pull requests
SourceSchemaV2
/SinkSchema
toConnectorSchema
#13065ProtocolProperties
,SourceFormat
andSinkFormat
SpecificParserConfig
overSourceStruct
#12602CustomJsonType::Doris
shall be 3 options:DateHandlingMode
,DecimalParameter
andObjectKeyOrder
TimestamptzHandlingMode
: bug(sink):timestamptz
not followingTimestampHandlingMode
and is always string #11991JsonbHandlingMode
: connector: support sinking jsonb as dynamic type #11699format ... encode ...
syntax to all sinksSinkType::UPSERT
shall be renamed toAppendOnlyMode::NOT_APPEND_ONLY
type =
would becomeformat upsert encode native
schemas.enable
from kafka connect beyond upsert json sink message of debezium json without schema field #11539SinkFormatterImpl::new
The text was updated successfully, but these errors were encountered: