Skip to content

feat(meerkat-core): add join filter condition support for links#293

Open
sree-vardhan-reddy-D wants to merge 14 commits into
mainfrom
feat/join-condition-filter
Open

feat(meerkat-core): add join filter condition support for links#293
sree-vardhan-reddy-D wants to merge 14 commits into
mainfrom
feat/join-condition-filter

Conversation

@sree-vardhan-reddy-D

Copy link
Copy Markdown

PR Description

Here's a ready-to-use PR description for this branch, linked to SURFF-1294:

Summary

  • Add join filter condition support for structured joins (joinPathsV2)
  • New types: JoinFilterCondition, JoinFilterExpression, JoinFilterOperand, JoinConditionOperator
  • SQL generation for filter conditions appended to the ON clause via buildPredicate
  • Supports equals, not_equals, null, not_null, empty, not_empty operators with AND/OR nesting

DevRev

work-item: SURFF-1294

@sree-vardhan-reddy-D sree-vardhan-reddy-D force-pushed the feat/join-condition-filter branch from baeb6f4 to c8d9e4c Compare July 7, 2026 10:49
@sree-vardhan-reddy-D sree-vardhan-reddy-D changed the title feat(meerkat-core): add join filter condition support for structured joins feat(meerkat-core): add join filter condition support for links Jul 7, 2026
Comment thread meerkat-core/src/joins/v2/joins.ts Outdated
Comment thread meerkat-core/src/types/cube-types/query.ts Outdated
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

⚠️ Heads-up: This repository will be blocked from any work other than patching.

File meerkat-browser/src/browser-cube-to-sql/browser-cube-to-sql.ts is not allowed to be modified in this patch.
The following vulnerability issues are past SLA:

Note that there is significant latency in updating this list. Please reach out on #antifragile if you are in a hurry or have an emergency.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

⚠️ Heads-up: This repository will be blocked from any work other than patching.

File meerkat-browser/src/browser-cube-to-sql/browser-cube-to-sql.ts is not allowed to be modified in this patch.
The following vulnerability issues are past SLA:

Note that there is significant latency in updating this list. Please reach out on #antifragile if you are in a hurry or have an emergency.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

⚠️ Heads-up: This repository will be blocked from any work other than patching.

File meerkat-browser/src/browser-cube-to-sql/browser-cube-to-sql.ts is not allowed to be modified in this patch.
The following vulnerability issues are past SLA:

Note that there is significant latency in updating this list. Please reach out on #antifragile if you are in a hurry or have an emergency.

Comment thread meerkat-core/src/joins/v2/joins.ts Outdated
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown

⚠️ Heads-up: This repository will be blocked from any work other than patching.

File meerkat-browser/src/browser-cube-to-sql/browser-cube-to-sql.ts is not allowed to be modified in this patch.
The following vulnerability issues are past SLA:

Note that there is significant latency in updating this list. Please reach out on #antifragile if you are in a hurry or have an emergency.

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

⚠️ Heads-up: This repository will be blocked from any work other than patching.

File meerkat-browser/src/browser-cube-to-sql/browser-cube-to-sql.ts is not allowed to be modified in this patch.
The following vulnerability issues are past SLA:

Note that there is significant latency in updating this list. Please reach out on #antifragile if you are in a hurry or have an emergency.

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

⚠️ Heads-up: This repository will be blocked from any work other than patching.

File meerkat-browser/src/browser-cube-to-sql/browser-cube-to-sql.ts is not allowed to be modified in this patch.
The following vulnerability issues are past SLA:

Note that there is significant latency in updating this list. Please reach out on #antifragile if you are in a hurry or have an emergency.

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