Skip to content

Commit

Permalink
address CR.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint committed Dec 27, 2022
1 parent 6fb0fb9 commit cea2a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table_engine/src/remote/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use snafu::{Backtrace, OptionExt, ResultExt, Snafu};

use crate::table::{ReadRequest as TableReadRequest, WriteRequest as TableWriteRequest};

const ENCODE_ROWS_WITH_AVRO: u32 = 0;
const ENCODE_ROWS_WITH_AVRO: u32 = 1;

#[derive(Debug, Snafu)]
pub enum Error {
Expand Down

0 comments on commit cea2a04

Please sign in to comment.