Skip to content
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

Merged
merged 4 commits into from
Apr 18, 2023

Conversation

jinchengchenghh
Copy link
Contributor

No description provided.

@github-actions
Copy link

#1346

std::shared_ptr<RowToColumnarConverter> VeloxBackend::getRowToColumnarConverter(
MemoryAllocator* allocator,
struct ArrowSchema* cSchema) {
// TODO: wait to fix task memory pool
Copy link
Contributor

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

Copy link
Contributor Author

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

Copy link
Contributor

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

Copy link
Contributor Author

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true for default?

Copy link
Contributor Author

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

Copy link
Contributor

@FelixYBW FelixYBW left a 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

@jinchengchenghh jinchengchenghh merged commit b459674 into apache:main Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants