Skip to content

anyio.NewReader: Return vio.Puller#7105

Open
mattnibs wants to merge 1 commit into
mainfrom
anyio-reader-vio
Open

anyio.NewReader: Return vio.Puller#7105
mattnibs wants to merge 1 commit into
mainfrom
anyio-reader-vio

Conversation

@mattnibs

@mattnibs mattnibs commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

This commit changes anyio.NewReader so that a vio.Puller is returned. CSUP and Parquet return the native Vector Puller implementation, all other formats convert the input into vectors using sbuf.Dematerializer. This change has an intended downstream consequence that CSUP and Parquet files read anywhere will remain in their native vector format and not get converted to sequential then back to vectors as is the current state of affairs.

@mattnibs mattnibs requested a review from a team July 9, 2026 19:09
@mattnibs mattnibs force-pushed the anyio-reader-vio branch 2 times, most recently from 44d0809 to 73ff476 Compare July 9, 2026 20:35
Comment thread compiler/rungen/vop.go Outdated
Comment thread fuzz/fuzz.go Outdated
Comment thread fuzz/fuzz.go Outdated
Comment thread sbuf/scanner.go Outdated
Comment thread service/handlers.go Outdated
This commit changes anyio.NewReader so that a vio.Puller is returned.
CSUP and Parquet return the native Vector Puller implementation, all
other formats convert the input into vectors using sbuf.Dematerializer.
This change has an intended downstream consequence that CSUP and Parquet
files read anywhere will remain in their native vector format and not
get converted to sequential then back to vectors as is the current state
of affairs.
@mattnibs mattnibs requested a review from nwt July 10, 2026 18:14
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