Set temp_dir before running the write/read tests. The encrypted files will be written/read from this directory.
| 198 | // Set temp_dir before running the write/read tests. The encrypted files will |
| 199 | // be written/read from this directory. |
| 200 | void TestEncryptionConfiguration::SetUpTestCase() { |
| 201 | temp_dir = temp_data_dir().ValueOrDie(); |
| 202 | } |
| 203 | |
| 204 | } // namespace parquet::encryption::test |
nothing calls this directly
no test coverage detected