Re: [PR] Rename master branch to main [iceberg]

2023-10-12 Thread via GitHub
Fokko commented on PR #8722: URL: https://github.com/apache/iceberg/pull/8722#issuecomment-1759635303 Thanks @jbonofre for taking the lead on this! -- 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

Re: [PR] Rename master branch to main [iceberg]

2023-10-12 Thread via GitHub
Fokko merged PR #8722: URL: https://github.com/apache/iceberg/pull/8722 -- 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: issues-unsubscr...@iceberg.apach

Re: [PR] Rename master branch to main [iceberg]

2023-10-12 Thread via GitHub
jbonofre commented on PR #8722: URL: https://github.com/apache/iceberg/pull/8722#issuecomment-1759631883 `master` branch has been renamed to `main`. @Fokko @nastra if you can merge this PR when you have time, it would be great. Thanks ! -- This is an automated message from the Apa

Re: [PR] Rename master branch to main [iceberg]

2023-10-11 Thread via GitHub
ajantha-bhat commented on PR #8722: URL: https://github.com/apache/iceberg/pull/8722#issuecomment-1757880953 @jbonofre: LGTM. Thanks for fixing the formatting too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Rename master branch to main [iceberg]

2023-10-11 Thread via GitHub
jbonofre commented on PR #8722: URL: https://github.com/apache/iceberg/pull/8722#issuecomment-1757827191 As soon as @ajantha-bhat vote +1 on this PR, I will create the ticket at Apache INFRA to trigger the rename. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Rename master branch to main [iceberg]

2023-10-11 Thread via GitHub
jbonofre commented on PR #8722: URL: https://github.com/apache/iceberg/pull/8722#issuecomment-1757826172 @ajantha-bhat I did a rebase to remove the python related resources, and the "formatting" should be OK now. -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] Rename master branch to main [iceberg]

2023-10-11 Thread via GitHub
jbonofre commented on code in PR #8722: URL: https://github.com/apache/iceberg/pull/8722#discussion_r1355110756 ## .github/workflows/python-release.yml: ## @@ -51,7 +51,7 @@ jobs: - name: Set version run: python -m poetry version "${{ inputs.version }}"

Re: [PR] Rename master branch to main [iceberg]

2023-10-06 Thread via GitHub
jbonofre commented on PR #8722: URL: https://github.com/apache/iceberg/pull/8722#issuecomment-1750244656 Thanks, I do a cleanup on this PR and I create a INFRA ticket to actually rename. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Rename master branch to main [iceberg]

2023-10-05 Thread via GitHub
jbonofre commented on PR #8722: URL: https://github.com/apache/iceberg/pull/8722#issuecomment-1749444235 @rdblue no impact on the existing PRs: they will be "attached" to main instead of master. The only impact is for the remotes for our users. -- This is an automated message from the Ap

Re: [PR] Rename master branch to main [iceberg]

2023-10-05 Thread via GitHub
rdblue commented on PR #8722: URL: https://github.com/apache/iceberg/pull/8722#issuecomment-1749425255 @jbonofre, how will this affect existing PRs? Do all of them need to be reopened against main instead of master? -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] Rename master branch to main [iceberg]

2023-10-05 Thread via GitHub
rdblue commented on code in PR #8722: URL: https://github.com/apache/iceberg/pull/8722#discussion_r1347814726 ## .github/workflows/python-release.yml: ## @@ -51,7 +51,7 @@ jobs: - name: Set version run: python -m poetry version "${{ inputs.version }}" wo

Re: [PR] Rename master branch to main [iceberg]

2023-10-05 Thread via GitHub
jbonofre commented on code in PR #8722: URL: https://github.com/apache/iceberg/pull/8722#discussion_r1347247075 ## docs/flink-writes.md: ## @@ -270,4 +270,4 @@ INSERT INTO tableName /*+ OPTIONS('upsert-enabled'='true') */ ... ``` -Check out all the options here: [write-opt

Re: [PR] Rename master branch to main [iceberg]

2023-10-05 Thread via GitHub
ajantha-bhat commented on code in PR #8722: URL: https://github.com/apache/iceberg/pull/8722#discussion_r1347234482 ## docs/flink-writes.md: ## @@ -270,4 +270,4 @@ INSERT INTO tableName /*+ OPTIONS('upsert-enabled'='true') */ ... ``` -Check out all the options here: [write

Re: [PR] Rename master branch to main [iceberg]

2023-10-05 Thread via GitHub
jbonofre commented on code in PR #8722: URL: https://github.com/apache/iceberg/pull/8722#discussion_r1347144486 ## docs/flink-writes.md: ## @@ -270,4 +270,4 @@ INSERT INTO tableName /*+ OPTIONS('upsert-enabled'='true') */ ... ``` -Check out all the options here: [write-opt

Re: [PR] Rename master branch to main [iceberg]

2023-10-05 Thread via GitHub
ajantha-bhat commented on code in PR #8722: URL: https://github.com/apache/iceberg/pull/8722#discussion_r1347108071 ## docs/metrics-reporting.md: ## @@ -171,4 +171,4 @@ TableScan tableScan = try (CloseableIterable fileScanTasks = tableScan.planFiles()) { // ... } -``` \ No

Re: [PR] Rename master branch to main [iceberg]

2023-10-05 Thread via GitHub
jbonofre commented on code in PR #8722: URL: https://github.com/apache/iceberg/pull/8722#discussion_r1347085171 ## README.md: ## @@ -36,9 +36,9 @@ The core Java library that tracks table snapshots and metadata is complete, but The [Iceberg format specification][iceberg-spec]

Re: [PR] Rename master branch to main [iceberg]

2023-10-05 Thread via GitHub
nastra commented on code in PR #8722: URL: https://github.com/apache/iceberg/pull/8722#discussion_r1347081505 ## README.md: ## @@ -36,9 +36,9 @@ The core Java library that tracks table snapshots and metadata is complete, but The [Iceberg format specification][iceberg-spec] i