GitHub user shuai-xu added a comment to the discussion: Flink support
GlutenVectorOneInputOperator process RowVector, a RowVector contains multiple RowData in it. We generate data in batch from the sources, so all operators in gluten process data in batch. miao ***@***.***> 于2025年8月25日周一 20:40写道: > Hello, I would like to know whether the processElement method in > GlutenVectorOneInputOperator and GlutenOneInputOperator processes data by > converting a single RowData into a RowVector, or multiple RowData into a > RowVector. Additionally, does the underlying Velox process one RowData at > a time or multiple RowData at once? If it is the former, do you have any > plans to implement batch processing in the future? > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/incubator-gluten/discussions/8849#discussioncomment-14210243>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AE75MRWBXV6MVUTBBEFSCKL3PL73LAVCNFSM6AAAAABYBK62NCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMRRGAZDIMY> > . > You are receiving this because you were mentioned.Message ID: > ***@***.*** > com> > GitHub link: https://github.com/apache/incubator-gluten/discussions/8849#discussioncomment-14216039 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
