Alex Chi Z.

Results 196 issues of Alex Chi Z.

I'm thinking of using `+label` after each `statement ok` and `query` to do some custom extensions over the original sqllogictest syntax. An example here: https://github.com/cmu-db/bustub/blob/85477ace4eb3ff6531ccfb075dbc283ff99dbdf1/test/sql/p3.14-topn.slt#L354-L359 What we can do: *...

In this PR, we redesigned the storage part to: * Firstly, support single insert. * Then, support multiple inserts, while introducing the terminology of RowSet. * The rest as before,...

For example, when I was composing the tutorial for the storage world, I'd want to... * Create a base branch for world-3 * Adding commits * Sometimes, revisit previous commits...

we can (1) collect all table scans from the plan node, (2) in the async context, retrieve the schema, and (3) remove async from schema inference.

- [ ] plan nodes - [ ] rules - [ ] datafusion executors - [ ] runtime data collection

I don't think this task is important because I don't see physical properties very useful when evaluating Datafusion. Sometime later, we should add physical property support for the optimizer framework.

currently, we do not compute upper bound / lower bound for the pruning process. we simply explore the full logical plan space and compute a winner for the physical plan....

## Environment make k3d-setup ## Steps to reproduce ``` [ 0.392350] Run /neonvm/bin/init as init process [ 0.401884] ext3: Unknown parameter 'mode' [ 0.402145] ext2: Unknown parameter 'mode' [ 0.402356]...

t/bug

``` thread 'tokio-runtime-worker' panicked at 'attempt to subtract with overflow', /Users/skyzh/.cargo/registry/src/github.com-1ecc6299db9ec823/pretty-xmlish-0.1.7/src/lib.rs:253 ``` if this line is changed to `.ascii` https://github.com/risinglightdb/risinglight/blob/2143a7c93d262eb7334298e357a358b0f675bff6/src/executor_v2/explain.rs#L28 and run `make apply_planner_test` on macOS

## Steps to reproduce A previous fix to ensure hot standby replicas to have running transactions information caused replicas fail to start or take a long time to start (tracked...

t/bug
c/compute