Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix makefile to support window powershell and update readme to include contribute guide #1

Merged
merged 4 commits into from
Sep 28, 2023

Conversation

ruowan
Copy link

@ruowan ruowan commented Sep 22, 2023

No description provided.

@github-actions
Copy link

⚠️ Please follow the Conventional Commits format in CONTRIBUTING.md for PR titles.

@ruowan ruowan closed this Sep 22, 2023
@ruowan ruowan deleted the dev/snowflakedriver branch September 22, 2023 16:33
@ruowan ruowan reopened this Sep 26, 2023
@ruowan ruowan changed the title Update readme for Go and C++ requirements Fix makefile to support window powershell and update readme to include contribute guide Sep 26, 2023
@lidavidm
Copy link

Would you prefer to PR this to apache/arrow-adbc directly?

@davidhcoe davidhcoe merged commit 8a6e60b into davidhcoe:dev/snowflakedriver Sep 28, 2023
3 checks passed
davidhcoe pushed a commit that referenced this pull request Oct 5, 2023
… correctly (apache#1168)

Fixes apache#1100 

Test before fix:
```
Expected equality of these values:
  AdbcGetObjectsDataGetTableByName(&mock_data, "mock_catalog", "mock_schema", "table_suffix")
    Which is: 0x16d014ee8
  &mock_table_suffix
    Which is: 0x16d014ea8
arrow-adbc/c/driver/common/utils_test.cc:220: Failure
Expected equality of these values:
  AdbcGetObjectsDataGetColumnByName(&mock_data, "mock_catalog", "mock_schema", "table", "column_suffix")
    Which is: 0x16d014df8
  &mock_column_suffix
    Which is: 0x16d014d48
arrow-adbc/c/driver/common/utils_test.cc:224: Failure
Expected equality of these values:
  AdbcGetObjectsDataGetConstraintByName(&mock_data, "mock_catalog", "mock_schema", "table", "constraint_suffix")
    Which is: 0x16d014d08
  &mock_constraint_suffix
    Which is: 0x16d014cc8
[  FAILED  ] AdbcGetObjectsData.GetObjectsByName (0 ms)
```

Test after fix:
```
$ ctest                                                                           
Test project arrow-adbc/build
    Start 1: adbc-driver-common-test
1/2 Test #1: adbc-driver-common-test ..........   Passed    0.25 sec
    Start 2: adbc-driver-sqlite-test
2/2 Test #2: adbc-driver-sqlite-test ..........   Passed    0.19 sec

100% tests passed, 0 tests failed out of 2

Label Time Summary:
driver-common    =   0.25 sec*proc (1 test)
driver-sqlite    =   0.19 sec*proc (1 test)
unittest         =   0.43 sec*proc (2 tests)

Total Test time (real) =   0.44 sec
```
davidhcoe pushed a commit that referenced this pull request Mar 15, 2024
Added implementation for table schema in SparkConnection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants