2.6.3 has introduced a bug that causes table names that match the regular expression r'^[-0-9a-zA-Z]{4}$' in the new like_table_id() function to be parsed as ids rather than tables, which in turns leads to list_rows giving errors about not finding the requested table.
cc @schlegelp who may be able to give a full example.