Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
  • Loading branch information
avantgardnerio and alamb committed Jul 20, 2022
1 parent c2a25da commit ee91f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/common/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub enum DataFusionError {
#[cfg(feature = "jit")]
/// Error occurs during code generation
JITError(ModuleError),
/// Error with context
/// Error with additional context
Context(String, Box<DataFusionError>),
}

Expand Down

0 comments on commit ee91f24

Please sign in to comment.