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

GH-34890: [C++][Python] Add a no-op kernel for dictionary_encode(dictionary) #38349

Merged
merged 5 commits into from
Dec 11, 2023

Conversation

js8544
Copy link
Collaborator

@js8544 js8544 commented Oct 19, 2023

@github-actions
Copy link

⚠️ GitHub issue #34890 has been automatically assigned in GitHub to PR creator.

@js8544
Copy link
Collaborator Author

js8544 commented Oct 19, 2023

cc @jorisvandenbossche

@github-actions github-actions bot added the awaiting review Awaiting review label Oct 19, 2023
Copy link
Member

@bkietz bkietz left a comment

Choose a reason for hiding this comment

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

Minor formatting nit, otherwise this looks good

docs/source/cpp/compute.rst Outdated Show resolved Hide resolved
@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting review Awaiting review labels Oct 26, 2023
Co-authored-by: Benjamin Kietzman <bengilgit@gmail.com>
@js8544 js8544 requested a review from bkietz October 27, 2023 02:49
@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Oct 27, 2023
Copy link
Member

@jorisvandenbossche jorisvandenbossche left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

cpp/src/arrow/compute/kernels/vector_hash.cc Outdated Show resolved Hide resolved
@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting change review Awaiting change review labels Oct 27, 2023
js8544 and others added 2 commits October 27, 2023 04:18
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
@js8544
Copy link
Collaborator Author

js8544 commented Dec 9, 2023

@jorisvandenbossche @bkietz Hi guys, would you mind merging this PR?

@bkietz
Copy link
Member

bkietz commented Dec 11, 2023

Sorry, lost track of this

@bkietz bkietz merged commit e502728 into apache:main Dec 11, 2023
31 of 35 checks passed
@bkietz bkietz removed the awaiting merge Awaiting merge label Dec 11, 2023
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit e502728.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them.

mapleFU pushed a commit to mapleFU/arrow that referenced this pull request Dec 13, 2023
…e(dictionary) (apache#38349)

Added a no-op kernel for convenience as discussed in the issue.
* Closes: apache#34890

Lead-authored-by: Jin Shang <shangjin1997@gmail.com>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Co-authored-by: Benjamin Kietzman <bengilgit@gmail.com>
Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>
clayburn pushed a commit to clayburn/arrow that referenced this pull request Jan 23, 2024
…e(dictionary) (apache#38349)

Added a no-op kernel for convenience as discussed in the issue.
* Closes: apache#34890

Lead-authored-by: Jin Shang <shangjin1997@gmail.com>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Co-authored-by: Benjamin Kietzman <bengilgit@gmail.com>
Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…e(dictionary) (apache#38349)

Added a no-op kernel for convenience as discussed in the issue.
* Closes: apache#34890

Lead-authored-by: Jin Shang <shangjin1997@gmail.com>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Co-authored-by: Benjamin Kietzman <bengilgit@gmail.com>
Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants