ClickHouse / ClickHouse/clickhouse-java

Document usage of JSONEachrow reader

Open
#2,890 0 comments 0 reactions 0 assignees View on GitHub
area:docs client-api-v2
Dominant language
Java
Stars
1.6k
Forks
636
Avg merge
2d 23h
Merged PRs (30d)
29

Description

## Summary

Document briefly what is the idea and where to find examples
Define responsibilities
Note that feature is in beta

Also look into this comment:

JacksonJsonParserFactory builds a default ObjectMapper with no special number policy, while GsonJsonParserFactory uses ToNumberPolicy.BIG_DECIMAL so UInt64 and decimal JSON values are not materialized as Double. With JSON_DISABLE_NUMBER_QUOTING, Jackson-backed readers can lose precision or infer the wrong types for large integers and decimals.

Contributor guide

Open the contributing guide

Research direction

Start by locating the JSONEachrow reader and the JacksonJsonParserFactory and GsonJsonParserFactory mentioned in the issue, then read their existing usage examples and responsibilities. Done means brief documentation covering the reader's purpose, examples, responsibilities, beta status, and the number-handling concern raised in the comment.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
documentation
Issue type
Documentation
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.