4paradigm / 4paradigm/OpenMLDB

Add more assertions for cluster(distribution) mode

Aperta
#632 0 commenti 0 reazioni 1 assegnatario Rivendicata da @jingchen2222 Vedi su GitHub
enhancement
Lingua principale
C++
Stelle
1.7k
Fork
331
Merge medio
12g 12h
PR unite (30g)
1

Descrizione

**Is your feature request related to a problem? Please describe.**

In cluster mode, performing the Last join query without index optimization (enable_distsql=true) is not allowable. So, the engine should throw a compile error when we turn on enable_distsql instead of running with wrong results.

This issue is going to add more assertions in cluster mode to avoid bugs like #612

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

Look at issue #612 for context on the bug. The work involves adding assertions in cluster mode, likely in the query compiler or planner when enable_distsql is true. Search for 'enable_distsql' and 'Last join' in the codebase to find relevant files. The goal is to throw a compile error instead of producing wrong results. Run existing tests related to cluster mode and distsql to ensure the new assertions work.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
sql
Ambito
backend, databases, machine-learning
Tipo di issue
Funzionalità
Difficoltà
3/5
Tempo stimato
1-2 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
45/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.