importccl: IMPORT PGDUMP fails on ANALYZE #53419
Labels
A-disaster-recovery
A-spatial
Spatial work that is *not* related to builtins.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Due to #52823,
IMPORT PGDUMP
is now failing whenever it sees anANALYZE table_name
command. For example, I got the errorERROR: unsupported *redact.escapeArg statement: ANALYZE nyc_subway_stations
. However, CockroachDB knows how to handleANALYZE table_name
, so we should teach the import logic to allow it.cc @otan
The text was updated successfully, but these errors were encountered: