Vladimir Ozerov created IGNITE-3765:
---------------------------------------
Summary: ODBC: Get rid of Tableau warnings about unsupported aggregations.
Key: IGNITE-3765
URL:
https://issues.apache.org/jira/browse/IGNITE-3765 Project: Ignite
Issue Type: Task
Components: odbc
Affects Versions: 1.7
Reporter: Vladimir Ozerov
Assignee: Igor Sapego
Fix For: 1.8
Currently Tableau prints the following warning about our ODBC driver:
{code}
This aggregation is unsupported: 'M/D/YY'
This aggregation is unsupported: 'MMMM YYYY'
This aggregation is unsupported: Attribute
This aggregation is unsupported: Day
This aggregation is unsupported: Hour
This aggregation is unsupported: Minute
This aggregation is unsupported: Month
This aggregation is unsupported: Quarter
This aggregation is unsupported: Second
This aggregation is unsupported: Std. Dev
This aggregation is unsupported: Std. Dev (Pop.)
This aggregation is unsupported: Trunc Day
This aggregation is unsupported: Trunc Hour
This aggregation is unsupported: Trunc Minute
This aggregation is unsupported: Trunc Month
This aggregation is unsupported: Trunc Quarter
This aggregation is unsupported: Trunc Second
This aggregation is unsupported: Trunc Week Number
This aggregation is unsupported: Trunc Year
This aggregation is unsupported: Variance
This aggregation is unsupported: Variance (Pop.)
This aggregation is unsupported: Week Number
This aggregation is unsupported: Weekday
This aggregation is unsupported: Year
{code}
We need to investigate what causes this and fix the root cause.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)