Skip to content

Commit

Permalink
fix CR
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Apr 4, 2023
1 parent 95e9980 commit b25eb9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/src/frontend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ pub enum Error {
parse_err: influxql_parser::common::ParseError,
},

#[snafu(display("Failed to influxql plan, msg:{}, err:{}", msg, source))]
#[snafu(display("Failed to build influxql plan, msg:{}, err:{}", msg, source))]
InfluxqlPlanWithCause { msg: String, source: GenericError },

#[snafu(display("Failed to influxql plan, msg:{}", msg,))]
#[snafu(display("Failed to build influxql plan, msg:{}", msg,))]
InfluxqlPlan { msg: String },
}

Expand Down

0 comments on commit b25eb9c

Please sign in to comment.