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
_____________ TestInfinity.test_import_exceeding_rows[check_data0] _____________
python/test_pysdk/test_py_import.py:449: in test_import_exceeding_rows
res = table_obj.import_data(test_csv_dir)
/usr/local/venv310/lib/python3.10/site-packages/infinity/remote_thrift/table.py:248: in import_data
raise InfinityException(res.error_code, res.error_msg)
E infinity.common.InfinityException: (3037, 'Import file format error: No value in column c2 index 1 in CSV of row number: 582400, table has column count: 2, current row has column count: 1, parsed row: 582400 @src/executor/operator/physical_import.cpp:889@src/scheduler/fragment_context.cpp:1443')
The text was updated successfully, but these errors were encountered:
Is there an existing issue for the same bug?
Actual behavior and How to reproduce it
https://github.com/infiniflow/infinity/actions/runs/13065950735/job/36458231779
The text was updated successfully, but these errors were encountered: