Conversation
2a0fe51 to
964903c
Compare
| NOTICE: send query to shard(s) : sh1 | ||
| INSERT INTO xx1 SELECT a.ii + b.jj FROM reft a, reft2 b; --ok | ||
| NOTICE: send query to shard(s) : sh1 | ||
| -- Below is very quitionable |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error test
|
|
||
| INSERT INTO xx1 SELECT a.ii + b.jj FROM reft a, reft2 b; --ok | ||
|
|
||
| -- Below is very quitionable |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error test
This comment has been minimized.
This comment has been minimized.
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.Unrecognized words (1)quitionable To accept these unrecognized words as correct, you could run the following commands... in a clone of the git@github.com:pg-sharding/spqr.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/pg-sharding/spqr/actions/runs/19299542028/attempts/1' &&
git commit -m 'Update check-spelling metadata'OR To have the bot accept them for you, comment in the PR quoting the following line: Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionaryThis includes both expected items (654) from .github/actions/spelling/expect.txt and unrecognized words (1)
Consider adding them (in with:
extra_dictionaries: |
cspell:lorem-ipsum/dictionary.txt
cspell:sql/src/sql.txt
cspell:cpp/src/ecosystem.txt
cspell:lua/dict/lua.txtTo stop checking additional dictionaries, add (in check_extra_dictionaries: "" |
No description provided.