Merged
Conversation
…ng of source nodes
Feature/project leaf operators + project Operator
define Expr Interface & Expr Operators
Integrate the frontend http server into pre-release
Contributor
There was a problem hiding this comment.
Pull request overview
This PR represents a major pre-release milestone for the OptiSQL project, transitioning from a C++ proof-of-concept to a production-ready multi-language implementation with a FastAPI frontend and comprehensive Go/Rust backends.
Key Changes:
- Complete FastAPI frontend with health/query endpoints, test suite, and Docker support
- Extensive Go backend implementation of operators (project, filter, limit) with Arrow integration
- Test infrastructure with unit and integration tests
- S3 source support for remote data access
- CSV and Parquet file format support
Reviewed changes
Copilot reviewed 69 out of 79 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
src/FrontEnd/main.cpp |
Removed old C++ implementation |
src/FrontEnd/app/* |
New FastAPI application with routes, models, config, and logging |
src/FrontEnd/tests/* |
Comprehensive test suite (unit + integration) with fixtures |
src/FrontEnd/requirements.txt |
Python dependencies for FastAPI server |
src/FrontEnd/Dockerfile |
Docker configuration for containerized deployment |
src/Backend/opti-sql-go/operators/project/* |
Project operator with CSV/Parquet sources and S3 support |
src/Backend/opti-sql-go/operators/filter/* |
Filter and limit operators with expression evaluation |
src/Backend/opti-sql-go/operators/record.go |
Enhanced RecordBatch with Operator interface |
src/Backend/opti-sql-go/operators/serialize_test.go |
Fixed test output (fmt.Printf → t.Logf) |
src/Backend/opti-sql-rs/src/main.rs |
Added DataFusion and Substrait integration |
src/Backend/test_data/* |
Test data files (CSV, Parquet) for validation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
28eea13 to
9d42e6b
Compare
…or-Impl Feature/limit & filter &wildcard operator impl
9d42e6b to
4e2eeb7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.