You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and why for this feature, in addition to the what)
a SET command to change the value in config_options
Describe the solution you'd like
A clear and concise description of what you want to happen.
Note there is still some nonsense related to Config settings (e.g. see #3885 (review)) but I think supporting the SET command will provide us that much more reason to unify the configuration story
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and why for this feature, in addition to the what)
a
SET
command to change the value inconfig_options
Describe the solution you'd like
A clear and concise description of what you want to happen.
following what postgresql has except
[LOCAL]
https://www.postgresql.org/docs/current/sql-set.html
assignment operator should support both
TO
and=
value should support
single quoted string
/number
/bool
/non space separate string
e.g.
support alias
TIME ZONE
andTIMEZONE
(same as postgrseql https://www.postgresql.org/docs/current/sql-set.html)note that this should return error for now as discussed in #3148 (comment)
cc @avantgardnerio @alamb
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: