Skip to content

add support setting session params in query#44

Open
benMen87 wants to merge 1 commit intoprestodb:mainfrom
benMen87:support-sessions-params-query-file
Open

add support setting session params in query#44
benMen87 wants to merge 1 commit intoprestodb:mainfrom
benMen87:support-sessions-params-query-file

Conversation

@benMen87
Copy link
Contributor

see TestSplitQueriesWithSession for syntax of setting session params inline - motivation is to enable easy sessions setting for specific query without making test suite too complex structure

example:

--SET SESSION join_reordering_strategy = 'NONE';
SELECT
  l_orderkey,
  l_partkey,
  l_suppkey,
  l_shipdate
FROM
  lineitem
WHERE
l_extendedprice <= 950;

@benMen87 benMen87 force-pushed the support-sessions-params-query-file branch from 74aa271 to 1d64d82 Compare February 28, 2025 21:40
see TestSplitQueriesWithSession for sytax of setting session params inline
@ethanyzhang ethanyzhang force-pushed the main branch 2 times, most recently from 6f32a1a to b8de6a7 Compare February 13, 2026 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants