Skip to content

hotdata-framework 0.4.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 15:21
b679ac9

Fixed

  • ManagedDatabaseClient.fetch_table now waits for the persisted result to reach ready before fetching it as Arrow on the synchronous query path (it previously only waited on the async path). This fixes failures on read-modify-write loads (merge/append) and state reads against the live backend, where the result is often still processing when the inline preview returns.