forked from KipData/KiteSQL
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] main from KipData:main #2
Open
pull
wants to merge
48
commits into
contropist:main
Choose a base branch
from
KipData:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
* test: add crdb/order_by.slt * config: update version * ci: update toolchain
* refactor: remove async & kipdb * chore: codefmt * chore: codefmt * docs: add llvm
* feat: support pgwire * chore: publish 0.0.1 * chore: docs
* feat: support udtf * chore: clean macro * docs: add UDTF
* feat: support FastSort on sort.rs * chore: drop eval_values after tuples sorted on `FastSort`
* fix: add `natual_join.slt` & fix `Integer` cast & `Wildcard` resulting in early exit * chore: `assert!` -> `debug_assert!`
imports in db.rs by using lock_api for ArcRwLock guards.
* fix: expired statistics meta file clean * chore: codefmt * chore: sort paths to ensure normal unit test under different systems
* refactor: impl `ReferenceSerialization` * chore: codefmt * chore: codefmt
Resolves #228
* refactor: impl `ReferenceSerialization` * refactor: ColumnId -> Ulid * fix: column miss match on `Insert`
* feat: add function Lower & Upper * chore: codefmt --------- Co-authored-by: NANASE <[email protected]>
…void permission denied (#233) Changed path directory retrieval from `dirs::config_dir` to `dirs::home_dir` in `analyze.rs`. This ensures the application uses the user's home directory for storing and accessing necessary metadata paths.
Co-authored-by: NANASE <[email protected]>
* feat: impl `View` Encode & Decode * chore: add `ReferenceSerialization` for `DataValue::Tuple` & fix subquery plan on `ReferenceSerialization` * feat: impl `CreateView` * feat: impl `View` as data source * test: add test for `View` * chore: add feature `is_sorted` * chore: version up
* chore: publish `fnck_sql_serde_marco` * chore: codefmt
* feat: impl multiple primary keys * chore: remove `ValueRef` to reduce Arc usage * feat: `Update` supports `Set` using expressions fix: - primary key value position when declaring multiple primary keys(update & insert & delete) - decimal type conversion - the `Eq` expression of `PushPredicateIntoScan` must satisfy all index columns before it can be used - `PrimaryKey` index supplementary composite index type - `Tuple` deserialize may fail due to a large difference in the number of projection columns and table schema * chore: cache `pk_ty` on `TableCatalog::add_index_meta` * perf: use `TupleIdBuilder` for `Tuple::deserialize_from` * chore: codefmt
* chore: remove useless dependencies `lazy_static` & `integer-encoding` * chore: remove useless dependencies `rand` & `strum_macros` & `tracing` * chore: update `describe.slt` * ci: cache rust dependencies * ci: remove cache
* test: add Tpcc * fix: stackoverflow with `TPCC` release mode * chore bump fnck_sql version to 0.0.6
Extended the COPY TO command to support exporting table data to CSV files. Enhanced the planning, execution, and test modules to handle the file writing mechanics and schema handling. Updated README to mark VIEW support as implemented and added relevant tests.
* feat: impl `PrepareStatement` * chore: TPCC use `PrepareStatement` on Test
* perf: #155 & explain tpcc make sure all statement use index * chore: make `IndexIter` stateful to enhance readability
* refactor: use `ResultIter`(`DatabaseIter`&`TransactionIter`) for `DataBase` result return * refactor: enumerate the childrens attribute of `LogicalPlan` * chore: fix word (`macros`)
* perf: simplification of `HashJoin` and `HashAgg` * perf: tpcc - `Tuple` id to use mapping to get the primary key - `Executor` uses `*mut Transaction` to avoid materialization problems caused by mutable references
* perf: use `byteorder` on `DataValue::to_raw` & `DataValue::from_raw` * perf: Use `bumpalo` to control memory allocation of `Sort` and `TableCodec` * chore: simplify `Tuple::deserialize_from` & `ScalaExpression::eval` & `HepGraph::node_iter` & `HepOptimizer::apply_batch` * perf: encode the tablename prefix in `TableCodec` into a hash, enabling it to apply rocksdb prefix range * chore: simplify parameter on execute sql
* chore: supplement decimal’s `memcomparable` encode * chore: fix server.rs
Replaces custom handler implementations with a streamlined `PgWireServerHandlers` factory. Updates `pgwire` to version 0.28.0. This improves modularity and compatibility, simplifying query processing and error handling.
Co-authored-by: Blake Wu <[email protected]>
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.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )