1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-08 18:02:05 +03:00

Add Dictionary Encoded vectors to PyVelox (#3859)

Summary:
This PR adds support for dictionary vectors in PyVelox. Currently base vectors are supported only for primitive (physical) types , and this also thus extends to Dictionary vectors.
Dictionary vectors are required for additional fuzzer support, and expression eval in pyvelox.

X-link: https://github.com/facebookincubator/velox/pull/3859

Reviewed By: pedroerp

Differential Revision: D45409925

Pulled By: kgpai

fbshipit-source-id: 6b05a0d543332fea48d912f93f267896d005f4e2
This commit is contained in:
Sasha Krassovsky
2023-04-28 15:22:07 -07:00
committed by Facebook GitHub Bot
parent 5e5bcb42d4
commit 4608c0b404

View File

@@ -15,9 +15,6 @@ import sys
from struct import unpack
from typing import List, Optional
from .envfuncs import path_search
OBJECT_SUBDIRS = ("bin", "lib", "lib64")