-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Updated documentation for ESQL limitations on counter #116144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Documentation preview: |
Pinging @elastic/es-analytical-engine (Team:Analytics) |
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
This seems to be TSDB-related. @elastic/es-storage-engine , I hope it's correct to label this with your team! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Warning It looks like this PR modifies one or more |
Pinging @elastic/es-docs (Team:Docs) |
Warning It looks like this PR modifies one or more |
👋 Please rebase to target only 8.x branches and create a follow-up issue in All changes to asciidoc files on main/9.x branches will be lost |
@martijnvg still in progress? |
hi @emilywcai - looks like I messed up your PR trying to rebase it. Would you be willing to open a new one? If not, I can open a PR myself with the changes you proposed. WDYT? |
As a fix for this issue, a note has been added to the ESQL Limitations doc, where
counter
is listed under unsupported types. It has been specified that there is limited support via explicit casting for these 3 types:counter_long
,counter_integer
, andcounter_double
.