Skip to content

Commit c731b27

Browse files
authored
Move Polaris client into root dir (#1172)
* Move python client into root dir * Fix paths for regtests * Fix path for notebooks and docs * Change the path within container for consistency * Add License Header * Fix the copy folder cmd to restore the original regtests layout * Rearrange dir layout inside docker
1 parent aafc40b commit c731b27

File tree

523 files changed

+86
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

523 files changed

+86
-43
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ regtests/metastore_db
2222
regtests/output/
2323
# This file, if checked in after running for example regtests, contains unmanaged dependencies that eventually
2424
# cause unnecessary "security alerts" like https://github.com/apache/polaris/pull/718.
25-
regtests/client/python/poetry.lock
25+
client/python/poetry.lock
2626

2727
# Python stuff (see note about poetry.lock above as well!)
2828
/poetry.lock

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ tasks.named<RatTask>("rat").configure {
107107
excludes.add("regtests/.env")
108108
excludes.add("regtests/derby.log")
109109
excludes.add("regtests/metastore_db/**")
110-
excludes.add("regtests/client/python/.openapi-generator/**")
110+
excludes.add("client/python/.openapi-generator/**")
111111
excludes.add("regtests/output/**")
112112

113113
excludes.add("**/*.ipynb")
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)