-
After moving, CI should also be changed:
```diff
- mamba run -n rbc pytest -sv -r A rbc/tests/ -x -k heavyai
+ mamba run -n rbc pytest -sv -r A rbc/tests/heavyai/ -x
```
tupui updated
2 years ago
-
I am currently working with the Heavyai Python api to access/edit dashboards via databricks.
So far I can connect to my dash environment fine (I have the free version) - I use the following logic to…
-
### Describe:
Using SELECT DISTINCT \ FROM \ ORDER BY 1 DESC LIMIT 10 brings different results , when set EXECUTOR\_DEVICE 'CPU' and 'GPU'.
#### ***SQL:***
```sql
CREATE TABLE t0(c0 INT, c1 …
-
I have two servers, each has a heavydb docker container: `heavyai/heavyai-ee-cuda`.
I am following the documentation to configure a distributed setup.
Server Configuration:
Server 10.0.0.5: Conf…
-
![image](https://user-images.githubusercontent.com/96612712/164584087-2f47ef06-a986-4600-9209-931444134348.png)
![image](https://user-images.githubusercontent.com/96612712/164584246-61859e26-4a4d-497…
-
Although, heavydb requires geos, the following test fails with heavydb 6.1.1:
```
heavysql> SELECT ST_BUFFER(geom, 0.0) FROM heavyai_us_states;
ST_Buffer geo constructor requires enabled GEOS suppo…
pearu updated
2 years ago
-
### Describe:
HeavyDB will crash when using SELECT \* FROM \ JOIN \ ON NULL WHERE FALSE, after SET EXECUTOR_DEVICE='GPU'.
#### ***SQL:***
```sql
ALTER SESSION SET EXECUTOR_DEVICE='GPU';
CRE…
-
### Describe:
HeavyDB will crash when using SELECT \* FROM \ JOIN \ ON CAST(\ AS BOOLEAN) WHERE FALSE, after SET EXECUTOR_DEVICE='GPU'.
#### ***SQL:***
```sql
ALTER SESSION SET EXECUTOR_DEV…
-
heavysql> select count(*) from heavyai_us_states a,flights_2008_7M b where a.abbr=b.dest_city and a.abbr='New York';
Query requires one or more casts between none-encoded and dictionary-encoded strin…
-
The hashbang length makes it challenging to share a benchmark results on https://benchmark.clickhouse.com/#.........
Maybe if the assumption was that a metric is not selected (false) by default, th…