I have a Kafka backed source but queries on the source never finish, while queries on the materialized view produce empty results. How can I check the status of the source in Risingwave?
Igor Artamonov
Asked on Mar 03, 2024
failed to parse message, skipping error=internal error: AccessError: Other(Column type Timestamp not implemented yet)
, it might indicate issues with column types in the source definition.INCLUDE timestamp as kafka_ts
in the Source definition.