You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I create table by " CREATE TABLE IF NOT EXISTS tableA (id bigint, idea text, note text, style string, ts bigint, trashed bool), but the "_id" in SearchResponseHits.Hits is float64. If the id is very big number, the float64 value will not match int64 value.
The text was updated successfully, but these errors were encountered:
Hi,
I create table by " CREATE TABLE IF NOT EXISTS tableA (id bigint, idea text, note text, style string, ts bigint, trashed bool), but the "_id" in SearchResponseHits.Hits is float64. If the id is very big number, the float64 value will not match int64 value.
The text was updated successfully, but these errors were encountered: