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

expose ResultSet #282

Merged
merged 2 commits into from
Aug 22, 2023
Merged

expose ResultSet #282

merged 2 commits into from
Aug 22, 2023

Conversation

Nicole00
Copy link
Contributor

close #281

@codecov-commenter
Copy link

codecov-commenter commented Aug 22, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.09% ⚠️

Comparison is base (fae48de) 62.12% compared to head (eb2c861) 62.04%.
Report is 1 commits behind head on master.

❗ Current head eb2c861 differs from pull request most recent head b153a02. Consider uploading reports for the commit b153a02 to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #282      +/-   ##
==========================================
- Coverage   62.12%   62.04%   -0.09%     
==========================================
  Files           9        9              
  Lines        2305     2308       +3     
==========================================
  Hits         1432     1432              
- Misses        734      737       +3     
  Partials      139      139              
Files Changed Coverage Δ
result_set.go 58.96% <0.00%> (-0.19%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

HarrisChu
HarrisChu previously approved these changes Aug 22, 2023
@@ -94,6 +94,11 @@ const (
ErrorCode_E_PARTIAL_SUCCEEDED ErrorCode = ErrorCode(nebula.ErrorCode_E_PARTIAL_SUCCEEDED)
)

func GenResultSet(resp *graph.ExecutionResponse) (*ResultSet, error) {
var defaultTimezone timezoneInfo = timezoneInfo{0, []byte("UTC")}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

please help to check the default timezoneInfo @wenhaocs

Choose a reason for hiding this comment

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

It's fine

@Nicole00 Nicole00 merged commit 9bd4856 into master Aug 22, 2023
9 checks passed
@Nicole00 Nicole00 deleted the snap branch August 22, 2023 02:56
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.

Support unit test outside
5 participants