We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c969ce commit cd19742Copy full SHA for cd19742
polybase/src/migrate.rs
@@ -25,7 +25,6 @@ pub(crate) async fn check_for_migration(store: &RocksDBAdaptor) -> Result<()> {
25
26
match version {
27
0 => migrate_to_v1(store).await,
28
- 1 => migrate_to_v1(store).await,
29
_ => {
30
info!(
31
version = version,
0 commit comments