Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Issue during Upsert #1759

Copy link
Copy link
@heman026

Description

@heman026
Issue body actions

Question

I am getting the following error when using table.upsert() to update data.

Exception has occurred: RecursionError
maximum recursion depth exceeded
AttributeError: '_thread._local' object has no attribute 'f_unhandled_exc'

During handling of the above exception, another exception occurred:

File "C:\loader_pyiceberg.py", line 118, in upsert
table.upsert(pyarrow_table,join_cols=join_cols)
File "C:\loader_pyiceberg.py", line 222, in
upsert(iceberg_table,pyarrow,['COL1','COL2','COL3','COL4'])
RecursionError: maximum recursion depth exceeded

This works fine if the no: of rows in pyarrow table (source) is around 400. I am getting the error if the number of rows is around 500. Is there any limitations for this method, based on size of the data?

Could you help me resolve this issue.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.