You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was introduced as a part of the new source DDL work, aiming to separate key and value properties. #10969
However, for backward compatibility, we still need to support reading key properties from the unified properties. So the refactor was paused.
pub struct SpecificParserConfig {
pub key_encoding_config: Option<EncodingProperties>, // newly introduced but never used
pub encoding_config: EncodingProperties, // unified key+value, would like to be repurposed as value-only
pub protocol_config: ProtocolProperties,
}
The current status is misleading / confusing. We need to decide whether to revert or continue the separation.
The text was updated successfully, but these errors were encountered:
It was introduced as a part of the new source DDL work, aiming to separate key and value properties. #10969
However, for backward compatibility, we still need to support reading key properties from the unified properties. So the refactor was paused.
The current status is misleading / confusing. We need to decide whether to revert or continue the separation.
The text was updated successfully, but these errors were encountered: