We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54d70b commit 071c803Copy full SHA for 071c803
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/40_tsdb.yml
@@ -846,7 +846,9 @@ error on rename timestamp:
846
- method: POST
847
path: /_query
848
parameters: [ ]
849
- capabilities: [ ts_command_v0, ts_rename_timestamp_error_message ]
+ # inline_stats_with_no_columns is a stand-in for a missed capability that should have been introduced along with the
850
+ # TimestampAware interface. This capability is the first one added past #137040.
851
+ capabilities: [ ts_command_v0, ts_rename_timestamp_error_message, inline_stats_with_no_columns ]
852
reason: "TS specific check"
853
854
- do:
0 commit comments