Skip to content

Conversation

@andydiwenzhu
Copy link
Collaborator

What do these changes do?

  • Implement arrow fragment by grin apis
  • Implement grin apis using arrow fragment

Related issue number

Fixes #issue number

@github-actions
Copy link
Contributor

github-actions bot commented Feb 14, 2023

😭 Deploy PR Preview e35a263 failed. Build logs
🤖 By netlify

class __attribute__((annotate("vineyard"))) ArrowFragment
: public ArrowFragmentBase,
public vineyard::BareRegistered<
ArrowFragment<OID_T, VID_T, VERTEX_MAP_T>> {
Copy link
Member

Choose a reason for hiding this comment

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

If I understand it correctly, grin should be an access interface and we don't need some vineyard::Objects there?

I was imaging some thing like

std::shared_ptr<arrow::Fragment> fragment = client.GetObject<vineyard::ArrowFragment>("objectid");

auto g /* grin::Fragment */ = grin::g(fragment);
@github-actions
Copy link
Contributor

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information

@andydiwenzhu andydiwenzhu force-pushed the dev/grin branch 2 times, most recently from fa39361 to a04fc92 Compare May 24, 2023 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants