Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit bfb7b01

Browse files
Move VariantToVector to velox/vector (from velox/parse) (#499)
Summary: Pull Request resolved: #499 X-link: facebookincubator/velox#2679 Reviewed By: Yuhta Differential Revision: D39920178 Pulled By: mbasmanova fbshipit-source-id: cd1a7ec721bddb58f0abd11ef27ed191617dc7aa
1 parent 76c37d8 commit bfb7b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/velox/VariantToVector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// https://github.com/facebookincubator/velox/blob/18aff402c2b5a070ef7ec3f33cde017e90c8aa8a/velox/parse/VariantToVector.cpp
1111
// since parse is not part of VELOX_MINIMAL
1212

13-
#include "velox/parse/VariantToVector.h"
13+
#include "velox/vector/VariantToVector.h"
1414
#include "velox/buffer/StringViewBufferHolder.h"
1515
#include "velox/type/Variant.h"
1616
#include "velox/vector/ComplexVector.h"

0 commit comments

Comments
 (0)