Skip to content

Conversation

@SthuthiGhosh9400
Copy link
Collaborator

Description

Motivation and Context

Impact

Test Plan

Contributor checklist

  • Please make sure your submission complies with our development, formatting, commit message, and attribution guidelines.
  • PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced.
  • Documented new properties (with its default value), SQL syntax, functions, or other functionality.
  • If release notes are required, they follow the release notes guidelines.
  • Adequate tests were added if applicable.
  • CI passed.

Release Notes

Please follow release notes guidelines and fill in the release notes below.

== RELEASE NOTES ==

General Changes
* ... :pr:`12345`
* ... :pr:`12345`

Hive Connector Changes
* ... :pr:`12345`
* ... :pr:`12345`

If release note is NOT required, use:

== NO RELEASE NOTE ==

Register your connector name by extending the ArrowPlugin class.

* ``ArrowFlightRequest``
The ``getCommand`` method in the ``ArrowFlightRequest`` interface is responsible for serializing a flight request object into a JSON byte array.
Copy link
Collaborator

Choose a reason for hiding this comment

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

The byte array may not be from JSON string, so no need to mention JSON

Register your connector name by extending the ArrowPlugin class.

* ``ArrowFlightRequest``
The ``getCommand`` method in the ``ArrowFlightRequest`` interface is responsible for serializing a flight request object into a byte array.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can reword like "The getCommand method in ........ should return a byte array for the flight request.

@sabbasani sabbasani merged commit 1c18d1b into sabbasani:arrow-connector Jul 25, 2024
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.

3 participants