chengpohi / edql

Elasticsearch Query GUI Client
https://plugins.jetbrains.com/plugin/16364-elasticsearch-query--edql
Apache License 2.0
35 stars 1 forks source link

The timestamp type value returned by the query is incorrect (edql version 1.9.11) #19

Closed liucm-it closed 1 year ago

liucm-it commented 1 year ago

image

elasticsearch version 5.5.1 edql version 1.9.11

The timestamp return value is incorrect

Actual value: 1675153475000 Query return value: 2147483647

chengpohi commented 1 year ago

Hi @liucm-it , it's a bug(caused by in 1.9.2 version integer overflow), I have found in Spring Festival also, I will fix and release in this week. Thanks your feedback 👍👍👍

chengpohi commented 1 year ago

Hi @liucm-it edql v1.9.12 released, fix the number overflow issue.

Since Jetbrains still reviewing the new version, you can manually download, and reinstall plugin: Download from Jetbrains

full release document: https://github.com/chengpohi/edql/releases/tag/v1.9.12

liucm-it commented 1 year ago

@chengpohi Ok, thank you for your hard work