Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Simplify hive #89

Open
wants to merge 20 commits into
base: service-plugins
Choose a base branch
from
Open

Simplify hive #89

wants to merge 20 commits into from

Conversation

EngHabu
Copy link
Contributor

@EngHabu EngHabu commented May 15, 2020

TL;DR

Please replace this text with a description of what this PR accomplishes.

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

How did you fix the bug, make the feature etc. Link to any design docs etc

Tracking Issue

https://github.com/lyft/flyte/issues/

Follow-up issue

NA
OR
https://github.com/lyft/flyte/issues/


func (q QuboleHivePlugin) Get(ctx context.Context, meta remote.ResourceMeta) (
newMeta remote.ResourceMeta, err error) {
r := meta.(Resource)
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we not call this meta?

}

func (q QuboleHivePlugin) Delete(ctx context.Context, meta remote.ResourceMeta) error {
r := meta.(Resource)
Copy link
Contributor

Choose a reason for hiding this comment

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

also here, don't like the name meta.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants