When I execute a SELECT query to INFORMATION_SCHEMA.TABLE_STATISTICS
, it sometimes throws the below message when tables are dropped in the background. Any solutions to fix it except for retry?
SQLSyntaxErrorException: (conn=391) Leaf Error (127.0.0.1:3307): Table 'tpch_5.tmp_trino_0dbdfd484b934bb78480923ab10cf56e' doesn't exist
I’m testing in memsql/cluster-in-a-box:centos-7.5.6-9e799dbf4f-3.2.11-1.11.10
docker image.