Skip to content

Instantly share code, notes, and snippets.

@tahashmi
tahashmi / arrow_flight_dremio.py
Last active February 9, 2023 20:36 — forked from koolay/arrow_flight_dremio.py
demo of arrow-flight+dremio+vaex
from collections import namedtuple
import vaex
import time
import orjson
import os
import psutil
from pyarrow import flight
import pyarrow as pa