This is an automated email from the ASF dual-hosted git repository.

curth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new bcaeaa8c2d MINOR: [C#] Remove launchSettings.json (#39382)
bcaeaa8c2d is described below

commit bcaeaa8c2d970b81249cfba019475598e3d3109f
Author: Curt Hagenlocher <[email protected]>
AuthorDate: Wed Dec 27 11:30:16 2023 -0800

    MINOR: [C#] Remove launchSettings.json (#39382)
    
    ### Rationale for this change
    
    A previous commit accidentally included a version of launchSettings.json 
used for local debugging. This file is not helpful to anyone.
    
    ### Are these changes tested?
    
    N/A
    
    ### Are there any user-facing changes?
    
    No.
    
    Authored-by: Curt Hagenlocher <[email protected]>
    Signed-off-by: Curt Hagenlocher <[email protected]>
---
 .../Apache.Arrow.IntegrationTest/Properties/launchSettings.json   | 8 --------
 1 file changed, 8 deletions(-)

diff --git 
a/csharp/test/Apache.Arrow.IntegrationTest/Properties/launchSettings.json 
b/csharp/test/Apache.Arrow.IntegrationTest/Properties/launchSettings.json
deleted file mode 100644
index 46bdeff290..0000000000
--- a/csharp/test/Apache.Arrow.IntegrationTest/Properties/launchSettings.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-  "profiles": {
-    "Apache.Arrow.IntegrationTest": {
-      "commandName": "Project",
-      "commandLineArgs": "--mode validate -j 
C:\\Users\\curt\\AppData\\Local\\Temp\\arrow-integration-9_cov7dz\\generated_binary_view.json
 -a 
C:\\Users\\curt\\AppData\\Local\\Temp\\tmpxicbzqpn\\460a151e_generated_binary_view.json_as_file"
-    }
-  }
-}
\ No newline at end of file

Reply via email to