Skip to content

Commit

Permalink
made changes to test/test_arrow_chunk_reader.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
lepto2014 committed Jun 17, 2024
1 parent 477151b commit ec1c5c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 466 deletions.
3 changes: 2 additions & 1 deletion cpp/test/test_arrow_chunk_reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,9 @@ TEST_CASE_METHOD(GlobalFixture, "JSON_TEST") {
}

SECTION("CastDataType") {
std::string prefix = test_data_dir + "/ldbc_sample/";
std::string vertex_info_path =
test_data_dir + "ldbc_sample/json/Person.vertex.yml";
prefix + "json/Person.vertex.yml";
std::cout << "Vertex info path: " << vertex_info_path << std::endl;
auto fs = FileSystemFromUriOrPath(prefix).value();
auto yaml_content =
Expand Down
Loading

0 comments on commit ec1c5c4

Please sign in to comment.