Skip to content

Commit

Permalink
No more.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Oct 8, 2024
1 parent aa7ce50 commit 0e3d506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/databricks/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (s Store) PrepareTemporaryTable(ctx context.Context, tableData *optimizatio
}()

// Upload the local file to DBFS
ctx = driverctx.NewContextWithStagingInfo(context.Background(), []string{"/var"})
ctx = driverctx.NewContextWithStagingInfo(ctx, []string{"/var"})

castedTempTableID, isOk := tempTableID.(TableIdentifier)
if !isOk {
Expand Down

0 comments on commit 0e3d506

Please sign in to comment.