Oleksandr Porunov

Results 120 comments of Oleksandr Porunov

@farodin91 @FlorianHockmann do you think it's possible to upgrade Cassandra to 4.x knowing that `Thrift` was removed from 4.x version but we use it in `CqlBinaryInputFormat` for Hadoop? ``` import...

In ElasticSearch 8 Prefix Tree index strategy isn't supported for `geo_shape` anymore. Only `BKD` index strategy is supported. Playing with `BKD` indexing strategy I found out that it doesn't support...

Here is the code they use to count number of sides in Polygon when transforming a circle: https://github.com/elastic/elasticsearch/blob/0699c9351f1439e246d408fd6538deafde4087b6/x-pack/plugin/spatial/src/main/java/org/elasticsearch/xpack/spatial/ingest/CircleProcessor.java#L139 Here is the actual class which transforms a number of sides +...

I guess, there could be 2 options of using Circle Processor. 1. Use it as it is. It will be fully managed by ElasticSearch. When we write `Circle` into ElasticSearch...

Opened a feature request issue in ElasticSearch to make that part of the code available via maven artifacts: https://github.com/elastic/elasticsearch/issues/86607

@farodin91 Thank you for the fixes! Do you think it's possible to split Cassandra version update (which I think is related to #2325) and dist tests fix (which is related...

> I just tried to review this again, but I'm still a bit confused: Is this now the PR to update Cassandra to version 4? In that case, this also...

Also, Hadoop was upgraded from Hadoop 2 to Hadoop 3 in TinkerPop 3.6.0

I think we could make `PropertyMapStep` and provide `JanusGraphPropertiesStep` via `setPropertyTraversal(final Traversal.Admin propertyTraversal)` which already leverages multi-query optimization. That said, `valueMap` step also accept options to retrieve id, label, key,...

> Is there anyone who will work ok this one? Otherwise, I could take a look. > > I think `ElementMapStep` has the same issue, and may want to improve...