The problem of SingleRowBlockWriter #17647
Unanswered
wuguangkuo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had write a window function like this:
I write a sql to test it:
It works as expected. But when I modify the code to this:
And execute the same sql, it throws exception:
Seems the SingleRowBlockWriter didn't support this case? Or the IntArrayBlockBuilder should add an empty method: beginBlockEntry
Beta Was this translation helpful? Give feedback.
All reactions