You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jackwener (via GitHub)" <gi...@apache.org> on 2023/03/09 15:29:53 UTC

[GitHub] [arrow-datafusion] jackwener commented on a diff in pull request #5532: minor: fix clippy problem in new version.

jackwener commented on code in PR #5532:
URL: https://github.com/apache/arrow-datafusion/pull/5532#discussion_r1131200513


##########
datafusion/core/src/physical_plan/aggregates/no_grouping.rs:
##########
@@ -164,7 +164,7 @@ impl RecordBatchStream for AggregateStream {
 
 /// Perform group-by aggregation for the given [`RecordBatch`].
 ///
-/// If successfull, this returns the additional number of bytes that were allocated during this process.
+/// If successfully, this returns the additional number of bytes that were allocated during this process.

Review Comment:
   I also find a same new typo, look like I should update again 🤣



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org