Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dask dataframe backend nepalaiko eq funkcijos #702

Closed
2 tasks done
JustinasKen opened this issue Jul 19, 2024 · 0 comments · Fixed by #703
Closed
2 tasks done

Dask dataframe backend nepalaiko eq funkcijos #702

JustinasKen opened this issue Jul 19, 2024 · 0 comments · Fixed by #703

Comments

@JustinasKen
Copy link
Contributor

JustinasKen commented Jul 19, 2024

#653 užduotis pakeitė ref raktų generavimo kodą, patikrindama, ar ref įrašų pirminiai raktai buvo sugeneruoti. Tai vykdavo atliekant getall funkciją pridedant išorinių raktų filtrus, naudojant ?select()key=value sintaksę (kuri yra paverčiama į eq funkciją).
Problema, kad Dask backend palaiko tik labai paprastas užklausas (nepalaiko filtrų) ir dėl to gaunam klaidą su eq funkcijos panaudojimu.

Reikia pridėti, bent jau eq funkcijos palaikymą, kad būtų galima užkrauti ref duomenis be klaidų.

Taip, pat svarbu būtų kadanors parefactorinti, kad veiktu kartu su BaseQueryBuilder, kaip Sql ir Postgresql.

Užduotys

  • Pridėti eq funkcijos palaikymą dask backend.
  • Pridėti testą.

Susiję

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants