Skip to content

Commit

Permalink
Merge branch 'tab/schemaless-ingest' of https://github.com/risingwave…
Browse files Browse the repository at this point in the history
…labs/risingwave into tab/schemaless-ingest
  • Loading branch information
tabVersion committed Sep 10, 2024
2 parents b5961b4 + 02337a5 commit a6f2ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/handler/create_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ fn check_additional_column_compatibility(
&& !matches!(schema.row_encode, Encode::Json)
{
return Err(RwError::from(ProtocolError(format!(
"Payload column is only allowed when row encode is JSON, but got {:?}",
"INCLUDE payload is only allowed when using ENCODE JSON, but got ENCODE {:?}",
schema.row_encode
))));
}
Expand Down

0 comments on commit a6f2ebf

Please sign in to comment.