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
I had searched in the issues and found no similar issues.
Version
master
What's Wrong?
In commit #9848 , the configuration enable_storage_vectorization in BE was enabled by default.
However, the ArrayFileColumnIterator didn't implement the interface Status next_batch(size_t* n, vectorized::MutableColumnPtr& dst, bool* has_null). Thereby, the array type data can't be retrieved from underlying data file.
Search before asking
Version
master
What's Wrong?
In commit #9848 , the configuration
enable_storage_vectorization
inBE
was enabled by default.However, the
ArrayFileColumnIterator
didn't implement the interfaceStatus next_batch(size_t* n, vectorized::MutableColumnPtr& dst, bool* has_null)
. Thereby, the array type data can't be retrieved from underlying data file.What You Expected?
Select array type data successfully.
How to Reproduce?
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: