]
Steven Hawkins updated TEIID-4467:
----------------------------------
Fix Version/s: 12.x
(was: 11.x)
Google translator throws exception invalid_query for GROUP BY
--------------------------------------------------------------
Key: TEIID-4467
URL:
https://issues.jboss.org/browse/TEIID-4467
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.12
Reporter: Lucie Fabrikova
Priority: Minor
Fix For: 12.x
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)
...