You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "DarthData410 (via GitHub)" <gi...@apache.org> on 2023/04/30 23:06:57 UTC

[GitHub] [iceberg] DarthData410 opened a new pull request, #7484: fix code highlighting issue for mkdocs (issue #7459)

DarthData410 opened a new pull request, #7484:
URL: https://github.com/apache/iceberg/pull/7484

   Fix mkdocus.yml config file to enable code highlighting for when mkdocs serve generates output. Should close issue #7459 


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko commented on pull request #7484: fix code highlighting issue for mkdocs (issue #7459)

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko commented on PR #7484:
URL: https://github.com/apache/iceberg/pull/7484#issuecomment-1529405956

   @DarthData410 Just a tip. To align your master branch with the one from Iceberg, you can do:
   
   Add the Apache remote, if you haven't done so:
   ```sh
   git remote add apache git@github.com:apache/iceberg.git
   ```
   
   Get the latest updates:
   ```sh
   git fetch --all
   ```
   
   Reset the branch to the master branch of Apache:
   ```
   git reset --hard apache/master
   ```
   
   Keep in mind that this will undo all your commits on that branch as well, so be aware of that.


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko commented on pull request #7484: Python: Fix code highlighting in docs

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko commented on PR #7484:
URL: https://github.com/apache/iceberg/pull/7484#issuecomment-1529408209

   Thanks @DarthData410 for fixing 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 the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko merged pull request #7484: Python: Fix code highlighting in docs

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko merged PR #7484:
URL: https://github.com/apache/iceberg/pull/7484


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] DarthData410 commented on pull request #7484: Python: Fix code highlighting in docs

Posted by "DarthData410 (via GitHub)" <gi...@apache.org>.
DarthData410 commented on PR #7484:
URL: https://github.com/apache/iceberg/pull/7484#issuecomment-1529618262

   @Fokko - yeah I need to align back my fork. I tried to quickly do it 
   this morning, but ran into a git public key issue:
   
   Fetching origin
   Fetching upstream
   Fetching apache
   ***@***.***: Permission denied (publickey).
   fatal: Could not read from remote repository.
   
   Please make sure you have the correct access rights
   and the repository exists.
   error: Could not fetch apache
   
   --
   
   That is on the: git fetch --all
   
   So I will need to see why git can't resolve me. I have access to my gits 
   from command line, so I will have to walk through and see why this is 
   the case for the "error: Could not fetch apache"
   
   On 5/1/23 1:40 AM, Fokko Driesprong wrote:
   >
   > @DarthData410 <https://github.com/DarthData410> Just a tip. To align 
   > your master branch with the one from Iceberg, you can do:
   >
   > Add the Apache remote, if you haven't done so:
   >
   > git remote add ***@***.***:apache/iceberg.git
   >
   > Get the latest updates:
   >
   > git fetch --all
   >
   > Reset the branch to the master branch of Apache:
   >
   > |git reset --hard apache/master |
   >
   > Keep in mind that this will undo all your commits on that branch as 
   > well, so be aware of that.
   >
   > —
   > Reply to this email directly, view it on GitHub 
   > <https://github.com/apache/iceberg/pull/7484#issuecomment-1529405956>, 
   > or unsubscribe 
   > <https://github.com/notifications/unsubscribe-auth/A4RFZLK764VUI7UZRZOTASDXD5LHVANCNFSM6AAAAAAXRG4PLE>.
   > You are receiving this because you were mentioned.Message ID: 
   > ***@***.***>
   >


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org