-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GLUTEN-1346][VL] Support native velox row to column #1347
Conversation
96abe4d
to
4e436b2
Compare
9a8a0b6
to
ffbf172
Compare
std::shared_ptr<RowToColumnarConverter> VeloxBackend::getRowToColumnarConverter( | ||
MemoryAllocator* allocator, | ||
struct ArrowSchema* cSchema) { | ||
// TODO: wait to fix task memory pool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you create an issue for it? let's put the issue number here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the title is issue number
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean the memory pool issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
val DEBUG: Boolean = { | ||
SQLConf.get | ||
.getConfString("spark.gluten.sql.memory.debug", "false").toBoolean | ||
.getConfString("spark.gluten.sql.memory.debug", "true").toBoolean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
true for default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can be true, still need java VM Options -ea to open Arrow debug mode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other parts looks good
No description provided.