Skip to content

Commit d3e27f6

Browse files
committed
fix avro test expectation for timestamp timezone
1 parent 3ab7404 commit d3e27f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/core/src/datasource/file_format

datafusion/core/src/datasource/file_format/avro.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ mod tests {
109109
"double_col: Float64",
110110
"date_string_col: Binary",
111111
"string_col: Binary",
112-
"timestamp_col: Timestamp(µs)",
112+
"timestamp_col: Timestamp(µs, \"+00:00\")",
113113
],
114114
x
115115
);

0 commit comments

Comments
 (0)