tison
tison
Replace `isBrowser` with env var `BUILD` and wrap a script: ```shell #!/usr/bin/env bash ROOT_DIR=$(git rev-parse --show-toplevel) # shellcheck disable=SC2164 cd "$ROOT_DIR" BUILD=1 yarn docusaurus build mv build/search-index.json search-index.json BUILD=0 yarn...
@adamreichold Thanks for your information! In GreptimeDB we can't upgrade pyo3 now due to our deps (arrow, datafusion) are using pyo3 0.20: * https://github.com/apache/arrow-datafusion/pull/9808 * https://github.com/apache/arrow-rs/pull/5566 But once these deps...
Some corner case - * `IF` as the table name can be legal. * What `CREATE TABLE NOT EXISTS ...` should report?
@alamb sorry I copy the wrong code snippet. Let me update it when I return to my laptop.
@alamb Updated.
@alamb the challenging part is described in https://github.com/sqlparser-rs/sqlparser-rs/issues/1169#issuecomment-1987116428. Even if we look ahead `IF`, we cannot simply `expect_keywords` because it can be a table identifier. Keep a backtrace would be...
I made an attempt at GreptimeDB - https://github.com/GreptimeTeam/greptimedb/pull/3817 If things go well, I'll try to make similar changes to sqlparser-rs.
I use corepack locally and hope we can integrate it with GitHub Actions :)
Thank @brcrista ! Could you share a minimal config to achieve this? I may not understand how to set up corepack manually here.
@dsame perhaps you can close this issue as not planned instead of completed?