Skip to content

Better title for README#3

Merged
Hydrocharged merged 1 commit intomainfrom
tim/readme
Sep 22, 2023
Merged

Better title for README#3
Hydrocharged merged 1 commit intomainfrom
tim/readme

Conversation

@timsehn
Copy link
Copy Markdown
Collaborator

@timsehn timsehn commented Sep 21, 2023

No description provided.

@Hydrocharged Hydrocharged merged commit 8e2e18a into main Sep 22, 2023
@Hydrocharged Hydrocharged deleted the tim/readme branch September 22, 2023 11:36
codeaucafe added a commit to codeaucafe/doltgresql that referenced this pull request Dec 20, 2025
Remove skip list entries for tests that were previously panicking due
to a bug in go-mysql-server's index range building for OR conditions.
The bug occurred when OR conditions mixed indexed and non-indexed
columns (e.g., `SELECT * FROM t WHERE pk = 1 OR col = 1`).

The upstream fix in go-mysql-server PR dolthub#2136 appears to have resolved
this by properly handling OR conjunctions where non-indexed columns are
present, falling back to table scan instead of attempting an invalid
index lookup.

Tests removed from skip list:
- Complex Filter Index Scan dolthub#2
- Complex Filter Index Scan dolthub#3
- complicated range tree

All three tests now pass with the current go-mysql-server dep.

Refs: dolthub#1868
codeaucafe added a commit to codeaucafe/doltgresql that referenced this pull request Dec 20, 2025
Remove skip list entries for tests that were previously panicking due
to a bug in go-mysql-server's index range building for OR conditions.
The bug occurred when OR conditions mixed indexed and non-indexed
columns (e.g., `SELECT * FROM t WHERE pk = 1 OR col = 1`).

I believe the issue was fixed in PR dolthub#2123, which implemented a
LogicTreeWalker for DoltgreSQL that properly handles doltgres-specific
expression nodes when analyzing filters for index usage on OR
expressions.

Tests removed from skip list:
- Complex Filter Index Scan dolthub#2
- Complex Filter Index Scan dolthub#3
- complicated range tree

All three tests now pass.

Refs: dolthub#1868
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