Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Import CSV file bug #2506

Open
1 task done
JinHai-CN opened this issue Jan 31, 2025 · 0 comments
Open
1 task done

[Bug]: Import CSV file bug #2506

JinHai-CN opened this issue Jan 31, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@JinHai-CN
Copy link
Contributor

JinHai-CN commented Jan 31, 2025

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Actual behavior and How to reproduce it

https://github.com/infiniflow/infinity/actions/runs/13065950735/job/36458231779

_____________ 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')

@JinHai-CN JinHai-CN added the bug Something isn't working label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant