Skip to content

Commit

Permalink
fix cargo lock
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhZs committed Oct 23, 2023
1 parent d48b976 commit 5e3cd65
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
70 changes: 35 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/connector/src/sink/big_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ use risingwave_common::array::{Op, StreamChunk};
use risingwave_common::buffer::Bitmap;
use risingwave_common::catalog::Schema;
use risingwave_common::types::DataType;
use serde_derive::Deserialize;
use serde_derive::{Deserialize, Serialize};
use serde_json::Value;
use serde_with::serde_as;

use super::encoder::{JsonEncoder, RowEncoder, TimestampHandlingMode};
use super::writer::LogSinkerOf;
use super::{SinkError, SINK_TYPE_APPEND_ONLY, SINK_TYPE_OPTION, SINK_TYPE_UPSERT};
use crate::common::BigQueryCommon;
use crate::sink::writer::SinkWriterExt;
use crate::sink::{
DummySinkCommitCoordinator, Result, Sink, SinkParam, SinkWriter, SinkWriterParam,
Expand Down
1 change: 1 addition & 0 deletions src/connector/src/sink/encoder/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ impl JsonEncoder {
col_indices,
timestamp_handling_mode,
custom_json_type: CustomJsonType::Bigquery,
kafka_connect: None,
}
}
}
Expand Down

0 comments on commit 5e3cd65

Please sign in to comment.