databricks-sql-python icon indicating copy to clipboard operation
databricks-sql-python copied to clipboard

[PECO-1926] Create a non pyarrow flow to handle small results for the column set

Open jprakash-db opened this issue 1 year ago • 5 comments

PECO-1926

Description

To handle the flow of result when pyarrow is not present. This setup is particularly used for users who want to handle small quantities of data

Task Completed

  • [x] Introduced the new non arrow flow for data to be handled by the users not having pyarrow
  • [x] ColumnQueue is the new ResultSetQueue that I have added to handle the column set data
  • [x] Entire pipeline of handling the column set data to finally converting it to the TRow type for the user has been implemented
  • [x] Added tests for the ColumnQueue to ensure that it is working as intended

jprakash-db avatar Sep 13 '24 08:09 jprakash-db

Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase (git rebase -i main).

github-actions[bot] avatar Sep 13 '24 08:09 github-actions[bot]

Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase (git rebase -i main).

github-actions[bot] avatar Sep 20 '24 04:09 github-actions[bot]

Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase (git rebase -i main).

github-actions[bot] avatar Sep 20 '24 06:09 github-actions[bot]

Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase (git rebase -i main).

github-actions[bot] avatar Sep 20 '24 06:09 github-actions[bot]

Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase (git rebase -i main).

github-actions[bot] avatar Sep 20 '24 07:09 github-actions[bot]

Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase (git rebase -i main).

github-actions[bot] avatar Oct 03 '24 11:10 github-actions[bot]