Skip to content

Commit

Permalink
WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 30, 2024
1 parent 2f4b09c commit cf7da83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/databricks/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ func (s Store) writeTemporaryTableFile(tableData *optimization.TableData, newTab
}

func LoadStore(cfg config.Config) (Store, error) {
fmt.Println("cfg.Databricks.DSN()", cfg.Databricks.DSN())
store, err := db.Open("databricks", cfg.Databricks.DSN())
if err != nil {
return Store{}, err
Expand Down

0 comments on commit cf7da83

Please sign in to comment.