-
Notifications
You must be signed in to change notification settings - Fork 70
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
expose ResultSet #282
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
❗ 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
☔ View full report in Codecov by Sentry. |
@@ -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")} |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fine
close #281