]
Steven Hawkins resolved TEIID-4467.
-----------------------------------
Resolution: Out of Date
Bulk resolving older issues as out of date.
Google translator throws exception invalid_query for GROUP BY
--------------------------------------------------------------
Key: TEIID-4467
URL:
https://issues.redhat.com/browse/TEIID-4467
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.12
Reporter: Lucie Fabrikova
Priority: Minor
Fix For: Backlog
Attachments: googlespreadsheet-vdb.xml, server.log
Google translator produces following exception for a query: "SELECT IntKey FROM
bqt1.SmallA GROUP BY IntKey":
16:27:26,955 ERROR [org.teiid.PROCESSOR] (Worker0_QueryProcessorQueue14) TEIID30019
Unexpected exception for request vn+N1XY8Atf5.6:
org.teiid.resource.adapter.google.common.SpreadsheetOperationException: [invalid_query]
at
org.teiid.resource.adapter.google.dataprotocol.GoogleDataProtocolAPI$DataProtocolQueryStrategy.executeAndParse(GoogleDataProtocolAPI.java:196)
...