Re: [DISCUSS][C++] How to run arrow-dataset-dataset-writer-test

2023-04-07 Thread lbtinglb
Hi, thx for the reply. It turned out to be a bug in the main branch, rebasing fix it. Sent from my phone > On Apr 7, 2023, at 14:28, Aldrin wrote: > > Hello! > > I have never used ctest, so it's hard for me to figure out what you should > be doing. What I do is that I create a build director

Re: [DISCUSS][C++] How to run arrow-dataset-dataset-writer-test

2023-04-07 Thread Aldrin
Hello! I have never used ctest, so it's hard for me to figure out what you should be doing. What I do is that I create a build directory, and I run cmake so that build files go to that build directory. Then, from the build directory I can see the file: "debug/arrow-dataset-dataset-writer-test". If

[DISCUSS][C++] How to run arrow-dataset-dataset-writer-test

2023-04-07 Thread Haocheng Liu
Hi, I'm new to arrow development and would like to get some help with newbie testing questions. I have ARROW_TESTING set to TRUE and ARROW_TEST_DATA set properly on my MacOS. Though when running tests via " : ctest -R dataset-writer-test -V", *0 test *gets run but plenty are defined in this datas