caicancai commented on issue #20468:
URL: https://github.com/apache/doris/issues/20468#issuecomment-1581942387

   在doris playground中确实对bigint类型进行截断,无法显示完整数值
   <img width="846" alt="屏幕截图 2023-06-08 105633" 
src="https://github.com/apache/doris/assets/77189278/ee2440a3-521c-4237-aa6f-92c947198831";>
   但在reponse中返回的数据中是正常显示的
   <img width="379" alt="屏幕截图 2023-06-08 105906" 
src="https://github.com/apache/doris/assets/77189278/6ff52c48-23df-4de8-ad1a-9fbd1fc99465";>
   该接口接口详细信息如下
   
   ```bash
   curl 'http://192.168.11.150:8030/api/query/default_cluster/test' \
     -H 'Accept: */*' \
     -H 'Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6' \
     -H 'Connection: keep-alive' \
     -H 'Content-Type: application/json; charset=utf-8' \
     -H 'Cookie: PALO_SESSION_ID=5534cf51-38dd-4b0d-90c1-5a7f9662418e' \
     -H 'Origin: http://192.168.11.150:8030' \
     -H 'Referer: http://192.168.11.150:8030/Playground/structure/test-tt2' \
     -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) 
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 
Edg/114.0.1823.41' \
     --data-raw '{"stmt":"SELECT * FROM test.tt2 LIMIT 10"}' \
     --compressed \
     --insecure
   ```
   调用结果如下:
   <img width="568" alt="屏幕截图 2023-06-08 135902" 
src="https://github.com/apache/doris/assets/77189278/5984f36d-70da-4f55-ac3a-3727e9d35264";>
   <img width="568" alt="屏幕截图 2023-06-08 135902" 
src="https://github.com/apache/doris/assets/77189278/ef105b21-7af6-4c63-8e0a-86dbd3116c3a";>
   结果正常,故该bug可能浏览器兼容问题
   
   已测试浏览器:谷歌浏览器、IE浏览器、火狐浏览器,均有类似问题
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to