Skip to content

Fixes #111 Memory Effect on TableFilter#126

Merged
toptobes merged 2 commits intodatastax:mainfrom
a-random-steve:mr/111
Apr 8, 2026
Merged

Fixes #111 Memory Effect on TableFilter#126
toptobes merged 2 commits intodatastax:mainfrom
a-random-steve:mr/111

Conversation

@a-random-steve
Copy link
Copy Markdown
Contributor

No description provided.


// searches with ENTRIES

// MARK A
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// MARK A commend can be deleted :)

);
Assert.NotNull(row_full_eB);
Assert.Equal("base", row_full_eB.id);
// MARK B
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// MARK B commend can be deleted :)

{
IfNotExists = true
});
await table.CreateIndexAsync("tmp_map_k_idx", (b) => b.map_k, Builders.TableIndex.Map(MapIndexType.Keys), new CreateIndexCommandOptions()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creation of this index, tmp_map_k_idx and of the next one, tmp_map_v_idx, can be omitted since the test only searches by the map_e column. (this test is a shortened form of a longer one, which is why there was more preparation on the table).

@toptobes toptobes added this pull request to the merge queue Apr 8, 2026
Merged via the queue into datastax:main with commit 6ea6329 Apr 8, 2026
7 checks passed
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.

4 participants