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:
committed by
Facebook GitHub Bot
parent
5e5bcb42d4
commit
4608c0b404
@@ -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")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user