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
Currently we require table functions partition themselves, but I've been lazy for a few where I'm not partitioning at the source, and instead just returning empty streams for n - 1 partitions where n is the desired number of partitions.
We should just allow a table function to return fewer streams than requested, and just partition them if needed.
The text was updated successfully, but these errors were encountered:
scsmithr
changed the title
Auto partition table function inputs
Auto partition table function outputs
Nov 30, 2024
Currently we require table functions partition themselves, but I've been lazy for a few where I'm not partitioning at the source, and instead just returning empty streams for n - 1 partitions where n is the desired number of partitions.
We should just allow a table function to return fewer streams than requested, and just partition them if needed.
The text was updated successfully, but these errors were encountered: