Skip to content

Commit

Permalink
Add Dictionary Encoded vectors to PyVelox (#3859)
Browse files Browse the repository at this point in the history
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: facebookincubator/velox#3859

Reviewed By: pedroerp

Differential Revision: D45409925

Pulled By: kgpai

fbshipit-source-id: 6b05a0d543332fea48d912f93f267896d005f4e2
  • Loading branch information
save-buffer authored and facebook-github-bot committed Apr 28, 2023
1 parent d2e77b1 commit b019d4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/fbcode_builder/getdeps/dyndeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
from struct import unpack
from typing import List, Optional

from .envfuncs import path_search


OBJECT_SUBDIRS = ("bin", "lib", "lib64")


Expand Down

0 comments on commit b019d4c

Please sign in to comment.