Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for generating data in JSON format. #11778

Merged
merged 3 commits into from
Oct 11, 2023

Conversation

soumitra-st
Copy link
Contributor

GenerateData command is an existing utility to generate random dataset based on a schema. This PR adds support for writing data in JSON format in addition to AVRO and CSV.

feature

@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2023

Codecov Report

Merging #11778 (b1d6d2a) into master (24af80d) will decrease coverage by 0.03%.
Report is 1 commits behind head on master.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master   #11778      +/-   ##
============================================
- Coverage     14.45%   14.43%   -0.03%     
  Complexity      201      201              
============================================
  Files          2342     2342              
  Lines        125917   125931      +14     
  Branches      19370    19373       +3     
============================================
- Hits          18205    18175      -30     
- Misses       106170   106219      +49     
+ Partials       1542     1537       -5     
Flag Coverage Δ
integration <0.01% <0.00%> (ø)
integration1 <0.01% <0.00%> (ø)
integration2 0.00% <0.00%> (ø)
java-11 14.42% <0.00%> (-0.01%) ⬇️
java-17 14.40% <0.00%> (-0.04%) ⬇️
java-20 14.42% <0.00%> (+<0.01%) ⬆️
temurin 14.43% <0.00%> (-0.03%) ⬇️
unittests 14.42% <0.00%> (-0.03%) ⬇️
unittests2 14.42% <0.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...ller/recommender/data/generator/DataGenerator.java 21.58% <0.00%> (-1.86%) ⬇️

... and 6 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Jackie-Jiang Jackie-Jiang merged commit 314cc03 into apache:master Oct 11, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants