SQL: Validate params for next page requests #52207
Labels
:Analytics/SQL
SQL querying
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Currently, the next page request can have all the params as the initial sql query request.
Most of them (apart from
columnar
andpage_timeout
are ignored internally, but it will be saferto add a validation to prevent of accidental use of those params that will only make sense in the
initial request.
Based on #51258, nasty behaviours can rise if, for example, the
time_zone
param is passed with the next page requests and differs from the original one, or even between pages.The text was updated successfully, but these errors were encountered: