Skip to content

Commit 4bb85fc

Browse files
committed
feat: support timestamp precision on creating table
1 parent f8b6a6b commit 4bb85fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/datatypes/src/error.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ pub enum Error {
109109

110110
#[snafu(display("Invalid timestamp precision: {}", precision))]
111111
InvalidTimestampPrecision { precision: u64, location: Location },
112+
113+
#[snafu(display("Invalid timestamp precision: {}", precision))]
114+
InvalidTimestampPrecision { precision: u64, location: Location },
112115
}
113116

114117
impl ErrorExt for Error {

0 commit comments

Comments
 (0)