Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
Signed-off-by: TennyZhuang <[email protected]>
  • Loading branch information
TennyZhuang committed Sep 17, 2023
1 parent a021d63 commit a53a0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/expr/function_impl/col_description.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ use risingwave_expr_macro::function;

#[function("col_description(varchar, int32) -> varchar")]
fn col_description(_name: &str, _col: i32, writer: &mut impl Write) -> Result<(), ExprError> {
// TODO: Currently we don't support `COMMENT` statement, so we just return empty string.
writer.write_str("").unwrap();

Ok(())
Expand Down

0 comments on commit a53a0d0

Please sign in to comment.