amygbAI commented on code in PR #518:
URL: https://github.com/apache/incubator-graphar/pull/518#discussion_r1636078071


##########
cpp/test/test_arrow_chunk_reader.cc:
##########
@@ -34,8 +34,7 @@ namespace graphar {
 
 TEST_CASE_METHOD(GlobalFixture, "ArrowChunkReader") {
   // read file and construct graph info
-  std::string path =
-      test_data_dir + "/ldbc_sample/parquet/ldbc_sample.graph.yml";
+  std::string path = test_data_dir + "/ldbc_sample/LdbcSample.graph.yml";

Review Comment:
   done



##########
cpp/test/test_arrow_chunk_reader.cc:
##########
@@ -95,8 +94,9 @@ TEST_CASE_METHOD(GlobalFixture, "ArrowChunkReader") {
     }
 
     SECTION("CastDataType") {
-      std::string prefix = test_data_dir + "/modern_graph/";
-      std::string vertex_info_path = prefix + "person.vertex.yml";
+      /*std::string prefix = test_data_dir + "/modern_graph/";*/

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to