Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Oct 23, 2024
1 parent b4d2ca0 commit 952cf23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clients/snowflake/staging.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func castColValStaging(colVal any, colKind typing.KindDetails) (string, error) {

value, err := values.ToString(colVal, colKind)
if err != nil {
fmt.Println("colKind", colKind, "extendedTimeDetails", *colKind.ExtendedTimeDetails, "colVal", colVal, fmt.Sprintf("type: %T", colVal))
return "", err
}

Expand Down Expand Up @@ -125,7 +124,6 @@ func (s *Store) writeTemporaryTableFile(tableData *optimization.TableData, newTa
for _, col := range columns {
castedValue, castErr := castColValStaging(value[col.Name()], col.KindDetails)
if castErr != nil {
fmt.Println("col.Name()", col.Name())
return "", castErr
}

Expand Down

0 comments on commit 952cf23

Please sign in to comment.