Skip to content

[SQLLIB] Debezium deserialization Timestamp format does not include fractional seconds #6115

Description

@mihaibudiu

The definition is in feldera-types/src/serde_with_context/serde_config.rs

            JsonFlavor::DebeziumMySql => Self {
                time_format: TimeFormat::Micros,
                date_format: DateFormat::DaysSinceEpoch,                
                timestamp_format: TimestampFormat::String("%Y-%m-%dT%H:%M:%S%Z"),

I would expect the format specifier to include fractional seconds: %.f, like other formats in the same config.

Metadata

Metadata

Assignees

Labels

SQL compilerRelated to the SQL compiler

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions