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

feat: support unsaferow format for codec #1362

Conversation

tobegit3hub
Copy link
Collaborator

@tobegit3hub tobegit3hub commented Mar 2, 2022

Now we can enable UnsafeRowOpt which will use UnsafeRow memory layout when using Spark internal row or previous codec row. This means that GroupbyPlan which does not support internal row as input and use previous codec can work for UnsafeRowOpt.

@tobegit3hub tobegit3hub added the enhancement New feature or request label Mar 2, 2022
@tobegit3hub tobegit3hub added this to the v0.5 milestone Mar 2, 2022
@tobegit3hub tobegit3hub requested a review from dl239 March 2, 2022 11:22
@tobegit3hub tobegit3hub self-assigned this Mar 2, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2022

Linux Test Report

     112 files       238 suites   42m 50s ⏱️
  8 615 tests   8 612 ✔️ 3 💤 0
12 747 runs  12 744 ✔️ 3 💤 0

Results for commit ce24f05.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2022

HybridSE Linux Test Report

       65 files       231 suites   5m 47s ⏱️
19 147 tests 19 147 ✔️ 0 💤 0

Results for commit ce24f05.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2022

HybridSE Mac Test Report

       65 files       231 suites   7m 44s ⏱️
19 147 tests 19 147 ✔️ 0 💤 0

Results for commit ce24f05.

♻️ This comment has been updated with latest results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Encode or decode is incorrect when enabling UnsafeRowOpt
3 participants