support date/time.handling.mode for encode json source · Issue #16467 · risingwavelabs/risingwave · GitHub
More Web Proxy on the site http://driver.im/
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
Just found that currently we can't do roundtrip rw -> kafka -> rw for Date because of the handling mode. 🤪
In source, it's days_since_unix_epoch. In sink, it's num_days_from_ce
These are just legacy "default"s that we have to be backward compatible with. Handling modes are intended to solve the problem and move to more meaningful defaults #13109
Uh oh!
There was an error while loading. Please reload this page.
kafka/mqtt-sink
withformat plain encode json
output:while
kafka/mqtt-cdc
withformat plain encode json
will parse these types:The text was updated successfully, but these errors were encountered: