Context
As discussed in PR #1886 (#1886), we deferred renaming the internal write_to_file struct member to buffer_results_in_mongodb to match the API parameter rename.
Rationale
The name write_to_file is not descriptive and sounds confusing, both as an API parameter and as a struct member. The API parameter has been renamed to buffer_results_in_mongodb for clarity, and the internal struct member should follow suit for consistency.
Scope
This refactoring requires changes to:
- Python definitions
- Query task code
This change may be error-prone and requires careful testing.
References
Context
As discussed in PR #1886 (#1886), we deferred renaming the internal
write_to_filestruct member tobuffer_results_in_mongodbto match the API parameter rename.Rationale
The name
write_to_fileis not descriptive and sounds confusing, both as an API parameter and as a struct member. The API parameter has been renamed tobuffer_results_in_mongodbfor clarity, and the internal struct member should follow suit for consistency.Scope
This refactoring requires changes to:
This change may be error-prone and requires careful testing.
References