sayn
sayn copied to clipboard
load_data fails when None in the first row
When load_data is called with no ddl information, table structure is determined by the first row. If this row contains None values the type can't be determined and table creation will fail.