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
Describe the bug
ScanJson has this in it, and ScanCSV also, but even though from_json reuses a lot of the fallback checks this appears to be one that was missed. If we see that the schema includes a column with the same name as the config columnNameOfCorruptRecord, we should fall back to the CPU, because we don't have a good way to support this yet, nor anyone asking for it.
The text was updated successfully, but these errors were encountered:
Describe the bug
ScanJson has this in it, and ScanCSV also, but even though from_json reuses a lot of the fallback checks this appears to be one that was missed. If we see that the schema includes a column with the same name as the config
columnNameOfCorruptRecord
, we should fall back to the CPU, because we don't have a good way to support this yet, nor anyone asking for it.The text was updated successfully, but these errors were encountered: