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

backend/feat: clickhouse subqueries #698

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

roman-bodavskiy
Copy link
Contributor

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates

Description

Additional Changes

  • This PR modifies the database schema (database migration added)
  • This PR modifies dhall configs/environment variables

Motivation and Context

How did you test it?

Checklist

  • I formatted the code and addressed linter errors ./dev/format-all-files.sh
  • I reviewed submitted code
  • I added unit tests for my changes where possible
  • I added a CHANGELOG entry if applicable

@@ -11,6 +11,8 @@

General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
-}
-- TODO remove
{-# OPTIONS_GHC -Wno-orphans #-}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

seems like we can't remove orphans here because of cyclic dependencies between types and classes

@roman-bodavskiy roman-bodavskiy force-pushed the backend/feat/clickhouse-subqueries branch from 9fe341b to baa7659 Compare December 4, 2024 13:13
@roman-bodavskiy roman-bodavskiy self-assigned this Dec 4, 2024
@roman-bodavskiy roman-bodavskiy changed the title [WIP] backend/feat: clickhouse subqueries backend/feat: clickhouse subqueries Dec 4, 2024
@roman-bodavskiy roman-bodavskiy marked this pull request as ready for review December 4, 2024 14:37
@0utkarsh 0utkarsh merged commit cee08fc into main Dec 5, 2024
1 check 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.

2 participants