Roshan1299 opened a new pull request, #4084:
URL: https://github.com/apache/arrow-adbc/pull/4084

   `InternalAdbcUserConfigDir` unnecessarily appended `"drivers"` to the path 
even though it is used for both driver manifests and profiles. Each call site 
now appends the appropriate subdirectory (`"drivers"` or `"profiles"`) 
directly.                                                                       
               
                                                                           
   ## Changes                                                                   
                  
                                                                         
   - Remove `"drivers"` suffix from `InternalAdbcUserConfigDir` so it returns 
the base ADBC config directory on all platforms
   - Update driver loading call sites to explicitly append `/ "drivers"`
   - Remove the `.parent_path()` workaround in profiles, which now appends `/ 
"profiles"` directly
   - Update the driver manifest test to use the `drivers` subdirectory
   - Apply the same changes to the `go/adbc/drivermgr` mirror
                                                 
   Fixes #4081 


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