Skip to content

Commit

Permalink
Merge branch 'master' into databricks-part-three
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 authored Oct 3, 2024
2 parents 99255e3 + c6a2206 commit c8730af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/typing/decimal/details.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (d Details) DatabricksKind() string {
// MsSQLKind - Has the same limitation as Redshift
// Spec: https://learn.microsoft.com/en-us/sql/t-sql/data-types/decimal-and-numeric-transact-sql?view=sql-server-ver16#arguments
func (d Details) MsSQLKind() string {
return d.toKind(MaxPrecisionBeforeString, "TEXT")
return d.toKind(MaxPrecisionBeforeString, "VARCHAR(MAX)")
}

// RedshiftKind - is used to determine whether a NUMERIC data type should be a TEXT or NUMERIC(p, s).
Expand Down

0 comments on commit c8730af

Please sign in to comment.