Skip to content

Commit e842049

Browse files
committed
fix
1 parent e3e651f commit e842049

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

rust/cubestore/cubestore/src/queryplanner/info_schema/system_chunks.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,6 @@ impl InfoSchemaTableDef for SystemChunksTableDef {
109109
},
110110
)))
111111
}),
112-
Box::new(|chunks| {
113-
Arc::new(TimestampNanosecondArray::from_iter(chunks.iter().map(
114-
|row| {
115-
row.get_row()
116-
.created_at()
117-
.as_ref()
118-
.map(timestamp_nanos_or_panic)
119-
},
120-
)))
121-
}),
122112
Box::new(|chunks| {
123113
Arc::new(TimestampNanosecondArray::from_iter(chunks.iter().map(
124114
|row| {

0 commit comments

Comments
 (0)