-
## Feature Description
Spark Connect Support
## Is your feature request related to a problem?
In Spark Connect, RDD is not supported, so PipelineDP does not work. See https://github.com/apache/sp…
wchau updated
10 months ago
-
1) Please comment out these lines in /system/xoops_version.php:
// 'caption' => __('Twitter', 'system')
// 'caption' => __('Facebook', 'system')
as the installation brakes down gene…
-
Query doesn't support select elements for map column.
Example of code:
```
CREATE TABLE data (fields map);
```
```
class Data {
Map fields;
}
CassandraOperations cassandraOperat…
-
When performing a select query with ORDER BY and GROUP BY keywords that reference a function field with an alias, it does not result in the expected SQL statement. Below is the code and the query it s…
-
Expected: return null if a vertex or edge with specified id was not found in the database.
Current: returns a lazy unusable MongoDBVertex or MongoDBEdge
Suggestions: MongoDBGraph.java
@Override
…
-
filter and sort does only work on the current active site of the user
Dade:
```
Was hier passiert:
User logged ein -> die 1. X Einträge werden geladen.
Wenn die geladen sind muss ich den Rest nac…
-
### Description
Reduce the need to make tangle nests of switch nodes
-
1. **Is the bug present in the demo Chat SDK project?**
dependencies are:
sdk.chat:firebase-app:5.4.2"
sdk.chat:pro-firebase-last-online:5.4.2"
2. **What modifications have you made to…
-
In #215 @langsamu had to take the internals of query builder to construct individual graph patterns of a MODIFY command. Support could be added to make it part of the fluent interface.
SPARQL 1.1 U…
-
## Issue Description
In some cases, the order of selected columns in the emitted SQL is different than the order than they were added to the SelectQueryBuilder with `select` and `addSelect`. This i…