]
Lucie Fabrikova commented on TEIID-4467:
----------------------------------------
Np, I see that query like "SELECT sum(IntNum) FROM bqt1.SmallA GROUP BY IntKey"
works...
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
Affects Versions: 8.12
Reporter: Lucie Fabrikova
Assignee: Steven Hawkins
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)
...