-
### Describe:
HeavyDB will crash when insert values after create table with too small or large pagesize, after SET EXECUTOR_DEVICE='GPU'.
It is worth mentioning that no error report when create…
-
### Describe:
 SELECT /*+ keep_result */ \ FROM \ LIMIT \ OFFSET \ brings different results, when using CPU-only configurations and GPU-used configurations.
#### ***SQL with CPU-only Config…
-
### Describe:
 SELECT /*+ keep_table_function_result */ \ FROM \ LIMIT \ OFFSET \ brings different results, when using CPU-only configurations and GPU-used configurations.
#### ***SQL wit…
-
### Describe:
 SELECT DISTINCT \ FROM \ brings different results, when using CPU-only configurations and GPU-used configurations.
#### ***SQL with CPU-only Config:***
```sql
CREATE …
-
### Describe:
 SELECT /*+ keep_result */ DISTINCT \ FROM \ GROUP BY \ LIMIT \ brings different results, when using CPU-only configurations and GPU-used configurations.
#### ***SQL with CP…
-
### Describe:
 SELECT /*+ keep_table_function_result */ \ FROM \ GROUP BY \ brings different results, when using CPU-only configurations and GPU-used configurations.
#### ***SQL with CPU-…
-
### Describe:
Using SELECT \* FROM \ WHERE ((\ + \) < \) OR (\ = \) brings different results , when set EXECUTOR\_DEVICE 'CPU' and 'GPU'.
#### ***SQL:***
```sql
CREATE TABLE t0(c0 INT);
INS…
-
### Describe:
HeavyDB will crash when create tables with special property and values including PARTITIONS=0, SORT\_COLUMN=1, VACUUM=1, STORAGE\_TYPE=1, after SET EXECUTOR_DEVICE='GPU'.
#### ***S…
-
### Describe:
HeavyDB will crash when using SELECT \ FROM \ JOIN \ ON FALSE, after SET EXECUTOR_DEVICE='GPU'.
#### ***SQL:***
```sql
ALTER SESSION SET EXECUTOR_DEVICE='GPU';
CREATE TABLE t0…
-
### Describe:
Using \ NOT IN \ brings different results , when set EXECUTOR\_DEVICE 'CPU' and 'GPU'.
#### ***SQL:***
```sql
CREATE TABLE IF NOT EXISTS t0(c0 INT, c1 INT);
INSERT INTO t0…