icexelloss commented on code in PR #36673: URL: https://github.com/apache/arrow/pull/36673#discussion_r1262940873
########## python/pyarrow/src/arrow/python/udf.cc: ########## @@ -292,14 +292,14 @@ struct PythonUdfHashAggregatorImpl : public HashUdfAggregator { return out; } - Status Resize(KernelContext* ctx, int64_t new_num_groups) { + Status Resize(KernelContext* ctx, int64_t new_num_groups) override { Review Comment: Orthogonal to this PR, but got rid of some compiler warnings -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org