Hi, I have created and deployed a new table.
Then I want to query (call recollect) its contents, but I'm getting an error that the table was not found.
If I insert a row (call modify), only then the table is getting created and I can query it in the next call.
I think the table should be created even on a query, not only on the first insert. Otherwise it feels like the user is doing something wrong, where he is not.