facebookincubator / velox

A composable and fully extensible C++ execution engine library for data management systems.

Home Page:https://velox-lib.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QueryConfig spillWriteBufferSize and spillReadBufferSize should check the minimum allowed value

jinchengchenghh opened this issue · comments

Bug description

FileInputStream requires buffer size be a reasonable value.
If set to 0, will cause dead cycle.

System information

/

Relevant logs

No response