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

select on FSArray seems broken #272

Closed
reckart opened this issue Dec 14, 2022 · 0 comments
Closed

select on FSArray seems broken #272

reckart opened this issue Dec 14, 2022 · 0 comments
Assignees
Labels
🦟 Bug Something isn't working
Milestone

Comments

@reckart
Copy link
Member

reckart commented Dec 14, 2022

Describe the bug
It seems that the select call on an FSArray is broken in the sense that it actually selects over the entire CAS instead of limiting the selection to the FSArray in question.

To Reproduce

            var x = fsArray.size();
            var y = fsArray.select(SomeFS.class).count();

Expected behavior
The two calls above should return the same result... but they don't!

Please complete the following information:

  • Version: 3.3.1
@reckart reckart added the 🦟 Bug Something isn't working label Dec 14, 2022
@reckart reckart added this to the 3.3.2 milestone Dec 14, 2022
@reckart reckart self-assigned this Dec 14, 2022
reckart added a commit that referenced this issue Jan 11, 2023
- Added a few simple tests for select on FSArray and FSList
- Fixed a bug in FSArray preventing the use of select
reckart added a commit that referenced this issue Jan 12, 2023
…s-broken

Issue #272: select on FSArray seems broken
@reckart reckart closed this as completed Jan 12, 2023
reckart added a commit that referenced this issue Jan 12, 2023
…s-broken

Issue #272: select on FSArray seems broken
reckart added a commit that referenced this issue Jan 13, 2023
…ntation-from-website-into-maintainer-guide

* main:
  Issue #265: Unable to release without auto-staging
  Issue #267 - UIMA Log4jLogger_impl not compatible with log4j 2.18.0+
  Issue #268: UIMA components log and then re-throw exceptions which usually leads to errors being logged twice
  Issue #272: select on FSArray seems broken
  Issue #275: Improved error message made it even more misleading
  Issue #266: Unable to install UIMA 3.3.1 Eclipse Plugins in Eclipse 2022-09
reckart added a commit that referenced this issue Jan 16, 2023
…ipse-plugins-during-release-builds

* main:
  Issue #265: Unable to release without auto-staging
  Issue #267 - UIMA Log4jLogger_impl not compatible with log4j 2.18.0+
  Issue #268: UIMA components log and then re-throw exceptions which usually leads to errors being logged twice
  Issue #272: select on FSArray seems broken
  Issue #275: Improved error message made it even more misleading
  Issue #266: Unable to install UIMA 3.3.1 Eclipse Plugins in Eclipse 2022-09
@reckart reckart reopened this Jan 23, 2023
reckart added a commit that referenced this issue Jan 23, 2023
- Fix stream characteristics when using select on array or list
reckart added a commit that referenced this issue Jan 24, 2023
…s-broken

Issue #272: select on FSArray seems broken
@reckart reckart closed this as completed Jan 24, 2023
reckart added a commit that referenced this issue Jan 25, 2023
* main:
  No issue: Protect main again (actually main-v2)
  No issue: Temporarily unprotect main so I can update the last commit metadata using a force push...
  Issue #292: Make CAS serialization tests more robust
  Issue #272: select on FSArray seems broken
  Issue #270: Update dependencies (3.4.0)
@reckart reckart modified the milestones: 3.3.2, 3.4.0 Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦟 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant