david_hudavy created DRILL-4302:
-----------------------------------
Summary: when running select count(*) from table;alert:Error: DATA_READ ERROR:
The JDBC storage plugin failed while trying setup the SQL query
Key: DRILL-4302
URL: https://issues.apache.org/jira/browse/DRILL-4302
Project: Apache Drill
Issue Type: Improvement
Components: Client - JDBC
Affects Versions: Future
Reporter: david_hudavy
0: jdbc:drill:zk=SC-1:6181,SC-2:6181,PL-3:618> select count(1) from mysql256.datamart.tab1;
+----------+
| EXPR$0 |
+----------+
| 1225578 |
+----------+
1 row selected (1.819 seconds)
0: jdbc:drill:zk=SC-1:6181,SC-2:6181,PL-3:618> select count(1) from mysql256.datamart.tab2;
Error: DATA_READ ERROR: The JDBC storage plugin failed while trying setup the SQL query.
sql SELECT COUNT(*) AS `EXPR$0`
FROM (SELECT 1 AS `$f0`
FROM `datamart`.`tab2`) AS `t`
plugin mysql256
Fragment 0:0
[Error Id: 9e919a48-bae5-4835-a9cd-64066bf560b0 on SC-2:31010] (state=,code=0)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|