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
if array items schema validation allows only single type we shouldn't autodetect type. yes, it will show warnings but you have to for every row re-select type in order to fix.
my case is array of strings but it contains numbers with leading zero '0' or other number... after our last fix now it correctly detect type for numbers starting from 0, but all others detected as numbers and show warnings... @josdejong what do you think?
The text was updated successfully, but these errors were encountered:
if array items schema validation allows only single type we shouldn't autodetect type. yes, it will show warnings but you have to for every row re-select type in order to fix.
my case is array of strings but it contains numbers with leading zero '0' or other number... after our last fix now it correctly detect type for numbers starting from 0, but all others detected as numbers and show warnings...
@josdejong what do you think?
The text was updated successfully, but these errors were encountered: