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

Commit 608258f

Browse files
wenleixfacebook-github-bot
authored andcommitted
Update header file in VariantToVector.cpp (#501)
Summary: This file is forked, and OSS build is broken in bfb7b01 Use the forked VariantToVector.h instead. Pull Request resolved: #501 Reviewed By: bearzx Differential Revision: D40051514 Pulled By: bearzx fbshipit-source-id: 6ac7aae86b6d84f2c1678fed27e48b6aee8894dd
1 parent bfb7b01 commit 608258f

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/vector/VariantToVector.h"
13+
#include "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)