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
I have searched the EvaDB issues and found no similar bug report.
Bug
09-26-2023 02:22:43 ERROR [native_storage_engine:native_storage_engine.py:read:0201] Failed to read the table evadb_StargazerList in data source sqlite_data with exception tuple indices must be integers or slices, not str
Traceback (most recent call last):
File "/home/gkakkar7/VAST/evadb/evadb_310/lib/python3.10/site-packages/evadb/storage/native_storage_engine.py", line 193, in read
data_batch.append(_deserialize_sql_row(row, ordered_columns))
File "/home/gkakkar7/VAST/evadb/evadb_310/lib/python3.10/site-packages/evadb/storage/native_storage_engine.py", line 95, in _deserialize_sql_row
if col.type == ColumnType.NDARRAY and isinstance(sql_row[col.name], bytes):
File "lib/sqlalchemy/cyextension/resultproxy.pyx", line 48, in sqlalchemy.cyextension.resultproxy.BaseRow.__getitem__
TypeError: tuple indices must be integers or slices, not str
09-26-2023 02:22:43 ERROR [plan_executor:plan_executor.py:execute_plan:0186] Failed to read the table evadb_StargazerList in data source sqlite_data with exception tuple indices must be integers or slices, not str
Traceback (most recent call last):
File "/home/gkakkar7/VAST/evadb/evadb_310/lib/python3.10/site-packages/evadb/storage/native_storage_engine.py", line 193, in read
data_batch.append(_deserialize_sql_row(row, ordered_columns))
File "/home/gkakkar7/VAST/evadb/evadb_310/lib/python3.10/site-packages/evadb/storage/native_storage_engine.py", line 95, in _deserialize_sql_row
if col.type == ColumnType.NDARRAY and isinstance(sql_row[col.name], bytes):
File "lib/sqlalchemy/cyextension/resultproxy.pyx", line 48, in sqlalchemy.cyextension.resultproxy.BaseRow.__getitem__
TypeError: tuple indices must be integers or slices, not str
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/gkakkar7/VAST/evadb/evadb_310/lib/python3.10/site-packages/evadb/executor/plan_executor.py", line 182, in execute_plan
yield from output
File "/home/gkakkar7/VAST/evadb/evadb_310/lib/python3.10/site-packages/evadb/executor/project_executor.py", line 44, in exec
for batch in child_executor.exec(**kwargs):
File "/home/gkakkar7/VAST/evadb/evadb_310/lib/python3.10/site-packages/evadb/executor/seq_scan_executor.py", line 40, in exec
for batch in child_executor.exec(**kwargs):
File "/home/gkakkar7/VAST/evadb/evadb_310/lib/python3.10/site-packages/evadb/storage/native_storage_engine.py", line 202, in read
raise Exception(err_msg)
Exception: Failed to read the table evadb_StargazerList in data source sqlite_data with exception tuple indices must be integers or slices, not str
❗️ EvaDB Session ended with an error: Failed to read the table evadb_StargazerList in data source sqlite_data with exception tuple indices must be integers or slices, not str
Environment
No response
Are you willing to submit a PR?
Yes I'd like to help by submitting a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Bug
Environment
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: