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
ERROR: column \“some_column\” is of type some_pg_type but expression is of type character varying.
Hint: You will need to rewrite or cast the expression.
Position: 271 Call getNextException to see other errors in the batch.
at io.grpc.Status.asRuntimeException(Status.java:530)
at com.risingwave.connector.JDBCSink.write(JDBCSink.java:196)
at com.risingwave.connector.SinkWriterStreamObserver.onNext(SinkWriterStreamObserver.java:132)
com.risingwave.connector.JniSinkWriterHandler.runJniSinkWriterThread(JniSinkWriterHandler.java:40)",
Can we propagate this error back to RW, on sink create?
Perhaps we can delay reporting the first barrier, write some records downstream first then:
No error => yield first barrier, along with offsets.
Error => Propagate error back.
Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
ERROR: column \“some_column\” is of type
some_pg_type
but expression is of typecharacter varying
.Can we propagate this error back to RW, on sink create?
Perhaps we can delay reporting the first barrier, write some records downstream first then:
Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: