This query: ```sql SELECT file_path, uast_extract( uast( blob_content, language( file_path, blob_content ), "//FuncLit" ), "internalRole" ) FROM files WHERE language(file_path, blob_content) = 'Python' LIMIT 100 ``` Produces this error: ``` unknown error: value of type <nil> is not an array ```