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

Sample data #92

Merged
merged 9 commits into from
Feb 8, 2019
Merged

Sample data #92

merged 9 commits into from
Feb 8, 2019

Conversation

jshencode
Copy link
Contributor

@jshencode jshencode commented Feb 7, 2019

#92

@codecov-io
Copy link

codecov-io commented Feb 7, 2019

Codecov Report

Merging #92 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
- Coverage   75.27%   75.25%   -0.02%     
==========================================
  Files          86       86              
  Lines       13490    13481       -9     
==========================================
- Hits        10154    10145       -9     
  Misses       2553     2553              
  Partials      783      783
Impacted Files Coverage Δ
metastore/disk_metastore.go 56.83% <0%> (-0.73%) ⬇️
api/schema_handler.go 80.18% <0%> (+0.18%) ⬆️
metastore/validator.go 82.92% <0%> (+0.28%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 91d2f65...7910d75. Read the comment docs.

rows = append(rows, row)
}

rowsInserted, err := connector.Insert(tableName, columnNames, rows)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

report err

Use: "examples",
Short: "AresDB Examples",
Long: `AresDB Examples Contains examples for interact with aresdb`,
Example: `./examples`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a example command sequence

@jshencode jshencode merged commit 702907c into master Feb 8, 2019
@jshencode jshencode deleted the sample-data branch February 8, 2019 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants