davidhcoe commented on code in PR #2729: URL: https://github.com/apache/arrow-adbc/pull/2729#discussion_r2081727364
########## go/adbc/driver/internal/driverbase/rotating_file_writer.go: ########## Review Comment: @lidavidm - Think about the scenario like what exists for ODBC drivers. If a user has an issue with a product that consumes the driver, they will need to capture logs to send to the support team of said product. The file writer enables the capturing of the text-based files so the user can send those logs, in addition to whatever product logs may exist. If we call this through the C# interop layer (like we do with Snowflake and Flight SQL today), then the only way to get the captured output is via the log files because there is no stdout capability. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org