jjLi created ZEPPELIN-2867:
------------------------------
Summary: Zeppelin front shows bigint type data error
Key: ZEPPELIN-2867
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2867
Project: Zeppelin
Issue Type: Bug
Components: front-end
Affects Versions: 0.6.0
Environment: linux 64
Reporter: jjLi
Priority: Minor
first,i create a table with bitint col ,eg time=20170308111628810 .
%sql
CREATE EXTERNAL TABLE message
(event STRING,uid INT,time BIGINT,userName STRING,name STRING,age INT,sex
TINYINT,birthday STRING,
registIp STRING,registDevice STRING,registCountry STRING,registProvice
STRING,registCity STRING,registTime BIGINT)
STORED BY 'com.aliyun.openservices.tablestore.hive.TableStoreStorageHandler'
....
and show in table or Histogram,and then show diffrent result --!
%sql
select time,uid from message WHERE uid=56290 and time=20170308111628810 -- data
is 810 --20170308111628808 then,do not work !
table show:
20,170,308,111,628,808 56,290
histogram show:
20,170,308,111,628,810 56,290
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)