spring-projects / spring-projects/spring-data-mongodb

Mapping should be able to read Point coordinates in array format.

Open
#4,997 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

in: mapping type: enhancement
Dominant language
Java
Stars
1.7k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

The mapping layer should allow to reading back coordinates stored in raw array format [-73.99171, 40.738868] into a Point type.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the mapping-layer handling for Point values and the existing tests for coordinate representations. Reproduce reading [-73.99171, 40.738868] and add coverage showing that the array is converted to a Point; done means the mapping layer accepts this raw array format without breaking existing representations.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, mongodb
Domain
databases
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.