Some Fields Not Found in Inferred Schema

Greetings,

In the Query Editor I get the message ‘Some fields not found in inferred schema (they may be misspelled): defalt.bucket_name.scope_name’ when running this query:

SELECT RAW `value` 
FROM `default`.`bucket_name`.`scope_name` 
WHERE META().id = '1255482864'.

The index is built this way:

CREATE PRIMARY INDEX idx_company_id_ScopeName ON default:default.bucket_name.scope_name.

What is strange is another scope queried the same way using the exact same index creation does not return this message.

Any ideas would be appreciated.