| 43 | namespace bytedance::bolt::test { |
| 44 | namespace { |
| 45 | std::string getExampleFilePath(const std::string& fileName) { |
| 46 | return test::getDataFilePath("../examples/" + fileName); |
| 47 | } |
| 48 | |
| 49 | dwio::common::RowReaderOptions getReaderOpts( |
| 50 | const RowTypePtr& rowType, |
no test coverage detected