-
Mithun C Y authored
ISSUE: ------ After ALTER TABLE test case has called EXPLAIN query. But since ANALYZE was not called and stats were not updated, EXPLAINs results started varying for different runs. Hence sporadic failures. FIX: ---- Add ANALYZE TABLE before EXPLAIN query.
Mithun C Y authoredISSUE: ------ After ALTER TABLE test case has called EXPLAIN query. But since ANALYZE was not called and stats were not updated, EXPLAINs results started varying for different runs. Hence sporadic failures. FIX: ---- Add ANALYZE TABLE before EXPLAIN query.
Loading