Soda SQL and Soda Spark have been deprecated and replaced by Soda Core. docs.soda.io/soda-core/overview.html
61
stars
17
forks
source link
[Spark] Column with data type `decimal(38,18)` not showing up correctly in the Soda cloud #148
Closed
JCZuurmond closed 3 years ago
Describe the bug I have a numeric column with data type
decimal(38,18)
that does not show as a numeric column in the Soda cloud.To Reproduce
decimal(38,18)
Context I think we do not detect this data type correctly, see here. We should use a
startswith
like for thevarchar
.OS: OSx Python Version:
3.9.6
Soda SQL Version:2.1.0b18
Warehouse Type: SparkSolution: