Re: Outreachy 2020-2021 - Neo4j - Weekly reports.

2021-01-27 Thread John Mora
Hi Gaby Thanks for your report. Some comments: Please use constants instead of literal values here: https://github.com/mgov88/gora/blob/GORA-663/gora-neo4j/src/main/java/org/apache/gora/neo4j/store/Neo4jStore.java#L204 https://github.com/mgov88/gora/blob/GORA-663/gora-neo4j/src/main/java/org/apa

Re: Add datastore for Elasticsearch. Outreachy Week 8 Report

2021-01-27 Thread John Mora
Hi MarĂ­a. Thanks for your report. Some comments. When a Key is not found in the Datastore the get method should return null, but currently a NullPointerException is thrown here: https://github.com/podorvanova/gora/blob/gora-664/gora-elasticsearch/src/main/java/org/apache/gora/elasticsearch/sto