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
PR #750 enabled SimpleUpdateDeleteTest and corrected result metadata for Athena DML statements. RowCountTest remains excluded, and InsertBehaviorTest.test_no_results_for_non_returning_insert remains skipped.
Scope
Audit RowCountTest against Athena Iceberg DML.
Re-enable rowcount assertions that match the Athena UpdateCount response.
Context
Parent issue: #736
PR #750 enabled
SimpleUpdateDeleteTestand corrected result metadata for Athena DML statements.RowCountTestremains excluded, andInsertBehaviorTest.test_no_results_for_non_returning_insertremains skipped.Scope
RowCountTestagainst Athena Iceberg DML.UpdateCountresponse.Acceptance criteria
just lintpasses.-n 1; the complete SQLAlchemy suite is left to CI.Investigation may conclude that part of
RowCountTestis an Athena limitation.If so, document the engine behavior and keep only those cases gated.