lordgamez commented on code in PR #2016:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2016#discussion_r2368789434


##########
extensions/azure/tests/ListAzureDataLakeStorageTests.cpp:
##########
@@ -43,7 +43,7 @@ class ListAzureDataLakeStorageTestsFixture {
     auto mock_data_lake_storage_client = 
std::make_unique<MockDataLakeStorageClient>();
     mock_data_lake_storage_client_ptr_ = mock_data_lake_storage_client.get();
     auto uuid = utils::IdGenerator::getIdGenerator()->generate();
-    auto impl = 
std::unique_ptr<minifi::azure::processors::ListAzureDataLakeStorage>(
+    auto impl = 
std::unique_ptr<minifi::azure::processors::ListAzureDataLakeStorage>(  // 
NOLINT(clang-analyzer-cplusplus.NewDeleteLeaks)

Review Comment:
   Unfortunately no due to the constructor overload being private and only the 
friend class `ListAzureDataLakeStorageTestsFixture` can instantiate it, the 
`unique_ptr` cannot.



-- 
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]

Reply via email to