Open my-vegetable-has-exploded opened 1 month ago
Given DataFusion is multi-threaded and there isn't one global random number generator, and the plans may not run in deterministic order (due to thread scheduling, etc) it is not quite clear to me how we could support this
Is your feature request related to a problem or challenge?
support select setseed(xxx);
Here is defination in pg. https://www.postgresql.org/docs/current/functions-math.html
It will be helpful to create random but unchanging test data.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response