-
Like we briefly discussed durning the open development meeting, I think it would be great to start our brainstorming what we want to enable in Relax. I sketched some of my thoughts on existing appro…
-
**Is your feature request related to a problem?**
Apache Iceberg is designed for managing large analytic tables in a scalable and performant way, using features like schema evolution, partitioning,…
-
-
I am having problems running this query:
```
graph
.V()
.has("V_Foo", "prop2", "4ab25da0-3602-4f4a-bc5e-28bfefa5ca4c")
.outE("edge1", "edge2")
.inV()
.toList
.map(_.property("pro…
-
**TypeScript Version:** 3.2.0-dev.20181019
**Search Terms:** mapped tuples reify
**Code**
```ts
type Foo = ['a', 'b'];
interface Bar
{
a: string;
b: number;
}
type Baz = { [K in k…
-
Following up from my boolean modelling issue, one of the nicest features of Gurobi, CPLEX and SCIP are indicator constraints. They make modelling complex boolean constraints extremely easy, in fact Gu…
-
### Apache Iceberg version
None
### Query engine
None
### Please describe the bug 🐞
We were upgrading to spark 3.4.1 when we ran into this issue. Currently running on spark 3.2.1 which works. We'…
-
```
const fs = require('fs');
const path = require('path');
const webpack = require('webpack');
const resolve = require('resolve');
const HtmlWebpackPlugin = require('html-webpack-plugin');
cons…
-
The option **SOFA_NO_VMULTIOP** in ODESolver (aka integration schemes) makes the reading (i.e. the understanding for new users) and the dev cumbersome.
I know the VMULTIOP allows for optimized vect…
-
## What is the Problem Being Solved?
Now that the kvStore is kept in a SQLite DB (#3087, PR #6561), we could take advantage of SQL to improve or simplify the way the kernel uses the DB. This would …