Skip to content

Commit

Permalink
Use "gandiva"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 27, 2023
1 parent 0304063 commit 80679e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/ipc/test_common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ Status MakeDictExtension(std::shared_ptr<RecordBatch>* out) {

auto storage1 = std::make_shared<DictionaryArray>(
storage_type, ArrayFromJSON(int8(), "[2, 0, 0, 1, 1]"),
ArrayFromJSON(utf8(), R"(["arrow", "parquet"])"));
ArrayFromJSON(utf8(), R"(["arrow", "parquet", "gandiva"])"));
auto a1 = std::make_shared<ExtensionArray>(type, storage1);

*out = RecordBatch::Make(schema, a1->length(), {a0, a1});
Expand Down

0 comments on commit 80679e6

Please sign in to comment.