Fixes #28264. Streaming equi-join was including temporary columns used to materialize non elementwise join keys (`is_in`, `replace`) in the join payload. That caused wrong schemas, projection panics, and mismatches vs the in-memory engine.
Pull requests
- openupstreamopen ↗+265−29+265 −29
- openupstream
## Checklist - [x] Appropriate tests were added - [ ] Any code changes were done in a way that does not break public API - [x] All documentation related to code changes were updated - [x] The new code follows the [contributor guidelines](ht
open ↗+1023−201+1023 −201 - openupstream
Closes #1. ## What this fixes `roundEmail()` in `hikmat/public/game.html` rendered each Lesson Email slot's `label` and `labelHi` as raw template-literal interpolations into `innerHTML`. `tx()` is a passthrough language switch; it does not
open ↗+338−2+338 −2 - openupstream
Closes #5. ## What this fixes `hikmat.api.delete_student` is the right-to-erasure entry point for minors' data. It deletes the Student row and Lesson Attempt rows, but it has been silently leaving the corresponding Lesson Doubt rows behind.
open ↗+28−1+28 −1 - openupstream
## Description Fixes #221 To fix this, we can use a TypeVar to bound the input cls to VectorProtocol. This avoids the inconsistent inheritance issue. We also don't need the unreachable ignores anymore since the code now typechecks correctly
open ↗+4−1+4 −1 - openupstream
Resolves #4338. ## Summary Adds opt-in hybrid retrieval combining BM25 keyword scoring with semantic vector similarity. Backward compatible — existing workspaces are unaffected unless they explicitly switch the search mode. - **Strategy/orc
open ↗+2291−28+2291 −28 - openupstream
## Summary Initial implementation of the `ReservoirComputingBenchmarks` library in `lib/` as discussed in #398. Implements the first three core benchmark tasks: - **Memory Capacity** (Jaeger 2002) — linear memory evaluation with per-delay a
open ↗+2009−0+2009 −0 - openupstream
closes #1682 feat: Implement SBOM Collection and Analysis **This PR introduces a new feature to OpenDigger for collecting and analyzing Software Bill of Materials (SBOM) data from top-level OpenRank projects.** This enhancement allows OpenD
+0 −0 - openupstream
<!-- Thanks for contributing a pull request! Please ensure that your PR satisfies the checklist before submitting: http://scipy.github.io/devdocs/dev/contributor/development_workflow.html#checklist-before-submitting-a-pr Also, please name a
+0 −0 - openupstream
Fixes #9598 * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md). * [x]
+0 −0