Viliam Durina
Viliam Durina
We have a github hook to check linter errors. However, some people don't have it set up properly and keep producing linter errors in the `master` branch which other people...
Connectors create separate `Project` vertices to map the row (represented as `Object[]` to the actual object written to or read from the target structure. These are mostly unnecessary, we should...
Even before writing a test, it is highly likely that we don't propagate the submitter identity into our Client instances. `ClientPermissionPropagationTest` could have some relevant code.
The following script: ``` create mapping t type imap options ('keyFormat'='int', 'valueFormat'='varchar'); sink into t select 1, 'a' from table(generate_series(0, 0)); ``` fails with: ``` Type mismatch [expectedClass=java.lang.Integer, actualClass=java.lang.Byte] ```...
The JsonPath language isn't standardized. When SQL accommodated it, they actually formally specified the language, however in a different flavor. Example differences: - array ranges are indexed as `$[1 to...
`BlockingMethod` is a field in `BlockingOperationError` and `Error` is serializable. Client-server systems commonly send exceptions around, this exception fails to serialize.
On client, a ROW value is converted to a String value, but on member, we use RowValue instance. We should unify this. We also need to fix `SqlColumnType.getValueClass()` to return...
We assign the allowed lag time to watermark throttling interval, which is nonsense. In Pipeline API we assign the GCD of all the window sizes in the pipeline, or 100ms...
**Summary** This is just a documentation change, the `` element must be nested within `` elements in `pom.xml`.