-
I'm trying to retrieve data from VAST Data Database to a Daft Dataframe:
however, if I run this, I get:
Any suggestions what I am doing wrong? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Ok, I need to add the code However, now I get:
Can the daft dataframe be retreived using |
Beta Was this translation helpful? Give feedback.
-
Answer on slack, but TLDR logical plans are currently not serializable. For example, right now they may contain non serializable objects like iceberg tables. |
Beta Was this translation helpful? Give feedback.
-
Here's the conversation on Daft Slack: https://dist-data.slack.com/archives/C041NA2RBFD/p1743488181449099?thread_ts=1743248857.067229&cid=C041NA2RBFD |
Beta Was this translation helpful? Give feedback.
Answer on slack, but TLDR logical plans are currently not serializable. For example, right now they may contain non serializable objects like iceberg tables.