-
### Describe the bug
## SQL
```
SELECT c8, length(c8) AS x FROM test0 ORDER BY c8;
```
### Spark Plan
```
AdaptiveSparkPlan isFinalPlan=true
+- == Final Plan ==
*(2) Sort [c8#8 ASC NULLS F…
-
### Checks
- [X] I have searched the [existing issues](https://github.com/deployKF/deployKF).
- [X] This issue is NOT security related. (Please [disclose responsibly](https://github.com/deployKF/depl…
-
### Feature Description
When starting with a single keyspace in Vitess, you can query all of the tables without ever using a DB or qualifying the table names.
As soon as you add a second keyspac…
-
### What happened?
With the following DB:
```tsql
create database test1
use test1
create schema s1
create table s1.tab1 (col1 int primary key)
insert into s1.tab1 values(42)
create schema s2…
-
Type: Bug
Part of my scripts are shown the same colour as that being commented off, but I'm sure there are no commenting off mark in these scripts.
Please check and advise me how to fix this.
Than…
-
**Version info**
- OS: Windows 11 Build 22631
- Build: 2091
**Description**
Signature validation fails.
Signing a commit still works as expected.
Same behavior as in #1007, but `gpg.ex…
-
### What happened?
Using the latest `bcp` utility:
```
bcp -v
```
```
BCP - Bulk Copy Program for Microsoft SQL Server.
Copyright (C) Microsoft Corporation. All Rights Reserved.
Version: 16.…
-
**Describe the bug**
Installing a specific version of an npm package freezes in GitHub Actions (`runs-on: ubuntu-latest`).
**To Reproduce**
Use the `jdx/mise-action` in GitHub Actions with `"npm:…
-
Ran into a situation where I had to manually grant reload/process:
```
mysql> GRANT RELOAD,PROCESS ON *.* TO 'myexcampleorg'@'10.x.x.x';
mysql> flush privileges;
```
and then apply this patc…
-
### 1. Minimal reproduce step (Required)
Firstly, execute `init.sql` to create the table. Then executing `error.sql` yields unexpected results. Note that reproducing these results might not be entire…