Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Migrate to plugin-sdk #29

Merged
merged 3 commits into from
Oct 7, 2019
Merged

Migrate to plugin-sdk #29

merged 3 commits into from
Oct 7, 2019

Conversation

marcusolsson
Copy link
Contributor

No description provided.

go.mod Outdated
@@ -11,15 +11,18 @@ replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20180514
go 1.12

require (
github.com/apache/arrow/go/arrow v0.0.0-20190716210558-5f564424c71c
github.com/golang/protobuf v1.2.0 // indirect
github.com/apache/arrow/go/arrow v0.0.0-20191004105443-1e2cf1f95df0
Copy link
Contributor

Choose a reason for hiding this comment

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

Is latest here going to work with the frontend? Before we were having issues if it wasn't at 0.14.1

Copy link
Contributor

Choose a reason for hiding this comment

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

replace github.com/apache/arrow/go/arrow => github.com/apache/arrow/go/arrow v0.0.0-20190716210558-5f564424c71c makes the UI work again for me

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You're right, this is my lack of Go module skills. I'll update it!

@kylebrandt
Copy link
Contributor

Fixes #10

Copy link
Contributor

@kylebrandt kylebrandt left a comment

Choose a reason for hiding this comment

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

I think we are good to merge once the arrow dep in mod is fixed and the refId assignment is uncommented. Thanks, this is great! One less duplicated thing around all this.

for _, val := range results.Values {
df := val.AsDataFrame()
df.RefID = refID
//df.RefID = refID
Copy link
Contributor

@kylebrandt kylebrandt Oct 4, 2019

Choose a reason for hiding this comment

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

This is needed for the filteredFrames (hidden) functionality to work.

@kylebrandt kylebrandt self-requested a review October 4, 2019 16:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants