Skip to content

Commit

Permalink
Update src/connector/src/sink/big_query.rs
Browse files Browse the repository at this point in the history
Co-authored-by: xxchan <[email protected]>
  • Loading branch information
jetjinser and xxchan authored Jul 26, 2024
1 parent b9f8953 commit 5407438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/src/sink/big_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ impl BigQuerySink {
Ok(())
}

// Used to check whether the BigQuery table field is equal to RisingWave.
/// Converts the RisingWave datatype to the string of the corresponding BigQuery type. Used to check whether it matches the field's type in the BigQuery table.
fn get_string_and_check_support_from_datatype(rw_data_type: &DataType) -> Result<String> {
match rw_data_type {
DataType::Boolean => Ok("BOOL".to_owned()),
Expand Down

0 comments on commit 5407438

Please sign in to comment.