-
### Describe the feature
Given the following code:
```ts
const a = {};
Object.assign(a, {});
const b = {};
Object.assign(b, {});
Object.assign(b, a);
```
Currently both terser and swc c…
-
Building CXX object aws-cpp-sdk-s3/CMakeFiles/aws-cpp-sdk-s3.dir/source/model/JSONInput.cpp.o
[ 61%] Building CXX object aws-cpp-sdk-s3/CMakeFiles/aws-cpp-sdk-s3.dir/source/model/Protocol.cpp.o
[ 61…
-
### 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 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:
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…
-
https://github.com/omnisci/mapd-core
-
A database that I have been loving lately (analyst perspective) is MAPD.
Due to their modern HTTP first approach, I suspect this could be one of your easiest integrations.
https://mapd.github.io/m…
-
OpenStreetMap allows defining conditional speed limits. https://wiki.openstreetmap.org/wiki/Key:maxspeed:conditional
Is it possible to add this to Ways returned? https://github.com/pfeiferj/mapd/bl…
-
# App name
dash-mapd-demo
# Description of antipattern
Currently a new db connection is being made in every callback, and sometimes multiple times per callback. We should implement a connection…
-
### To reproduce the issue
1. Create a table and populate two dates including years of 1500 and 1600 on MAPDQL
CREATE TABLE t_date(id SMALLINT, val DATE);
INSERT INTO t_date VALUES(1, '1500-01-01')…