But I can’t use this “select * from realtime_sjc_w...
# troubleshooting
c
But I can’t use this “select * from realtime_sjc_wmequality_report where webexConferenceId=189852985506937900 limit 1000” to get it
x
What's the error?
Use single quote for big int?
c
webexConferenceId is LONG type ,I just use where webexConferenceId=189852985506937900
but no response
k
@Jackie ^^
j
Didn’t find the root cause yet. Trying to reproduce it
webexConferenceId > 189852985506937900
works but not
webexConferenceId = 189852985506937900
x
is this column with dictionary ?
does
webexConferenceId >= 189852985506937900
work?
j
Yes, it has dictionary and inverted index
Checked the segment and verified that the inverted index exists
I checked out
0.6.0
and created a segment with value from 189852985506937900 to 189852985506938000, but cannot reproduce the issue