Skip to content

Added new reducers to the list of MapReduce reducers in the pull-down list #1477

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

Merged
merged 1 commit into from
Apr 8, 2025

Conversation

glynnbird
Copy link
Contributor

Overview

The view editor has the following new items added:

'_top_1', '_top_10', '_top_100', '_bottom_1', '_bottom_10', '_bottom_100', '_first', '_last'

that is three example reducers for the _top_x & _bottom_x reducers, because they can take any number between 1 and 100, and that would be too many for this list. If users wanted to use _top_3, say, they would have to select the CUSTOM reducer and type _top_3 into the text field.

Testing recommendations

Run Fauxton and create a new MapReduce view. The reducers pull-down list should look like:

Screenshot 2025-04-08 at 16 36 45

Checklist

  • Code is written and works correctly;

… list

of the view editor. New items added:

'_top_1', '_top_10', '_top_100', '_bottom_1', '_bottom_10', '_bottom_100', '_first', '_last'

that is three example reducers for the _top_x & _bottom_x reducers, because they can take any number
between 1 and 100, and that would be too many for this list. If users wanted to use _top_3, say, they
would have to select the CUSTOM reducer and type _top_3 into the text field.
@glynnbird glynnbird merged commit fa6fb3a into apache:main Apr 8, 2025
3 checks passed
@glynnbird glynnbird deleted the add-new-reducers branch April 8, 2025 17:31
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