You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signed-off-by: Ahmed Hussein (amahussein) <[email protected]>
FixesNVIDIA#1492
Adds 2 new entries to the dataTypes map defined in the PluginTypeChecker
- string: varchar, car
- binary: blob
Describe the bug
The SQL spark define aliases for some datatypes. The tools should be able to recognize the mapping in order to accurately get accurate estimation
TINYINT
SMALLINT
INT
,INTEGER
BIGINT
FLOAT
,REAL
DOUBLE
DECIMAL
,NUMERIC
STRING
,VARCHAR
,CHAR
BINARY
DATE
TIMESTAMP
TIMESTAMP WITHOUT TIME ZONE
BOOLEAN
ARRAY
MAP
STRUCT
NULL
BLOB
INTERVAL
The text was updated successfully, but these errors were encountered: