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-1434] [VL] Remove unused arrow code and add GLUTEN_CHECK and GLUTEN_DCHECK #1611

Merged
merged 4 commits into from
May 16, 2023

Conversation

jinchengchenghh
Copy link
Contributor

No description provided.

@github-actions
Copy link

#1434

@jinchengchenghh jinchengchenghh force-pushed the plan branch 4 times, most recently from 0a88d40 to cf7f5dc Compare May 15, 2023 08:33
@@ -34,6 +34,7 @@
#include "utils/compression.h"
#include "utils/macros.h"

using namespace arrow;
Copy link
Member

Choose a reason for hiding this comment

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

Why this becomes required 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.

This file uses many arrow classes? Why not using namespace arrow to make code clean? I'm not sure when we could add using namepsace.

After all, this file will be deleted after I implement VeloxShuffleWriter.

Copy link
Member

@zhztheplayer zhztheplayer May 16, 2023

Choose a reason for hiding this comment

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

I am fine to adding this but I didn't see corresponding changes to remove the arrow:: usages in this file. So I guess this line is not actually needed or was accidently added?

@jinchengchenghh jinchengchenghh merged commit 5facfbd into apache:main May 16, 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