You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// let mut history = table_snapshot_timestamp_history.lock();
1538
-
// let previous_snapshot_timestamp = previous_snapshot.as_ref().and_then(|s| s.timestamp);
1539
-
// if let Some(last_accessed) = history.get(&table_id) {
1540
-
// if last_accessed > &previous_snapshot_timestamp {
1541
-
// return Err(ErrorCode::Internal(
1542
-
// format!(
1543
-
// "[QUERY-CTX] Generating new table meta timestamps failed: table_id = {}, previous_snapshot_timestamp {:?} is lesser than the snapshot timestamp accessed last time {:?}",
"[QUERY-CTX] Generating new table meta timestamps failed: table_id = {}, previous_snapshot_timestamp {:?} is lesser than the snapshot timestamp accessed last time {:?}",
0 commit comments