You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by GitBox <gi...@apache.org> on 2022/12/29 22:03:22 UTC

[GitHub] [orc] dongjoon-hyun opened a new pull request, #1347: ORC-1336: Protect `.asf.yaml`, `api`, `ORC-Deep-Dive-2020.pptx` files in website

dongjoon-hyun opened a new pull request, #1347:
URL: https://github.com/apache/orc/pull/1347

   ### What changes were proposed in this pull request?
   
   This PR aims to protect `.asf.yaml` and `api` and `pptx` files during website generations.
   
   ### Why are the changes needed?
   
   `.asf.yaml` and `pptx` files were added directly long time ago. And, `api` documents are updated only during releasing.
   ```
   $ cd site
   
   $ docker run -d --name orc-container -p 4000:4000 -v $PWD:/home/orc/site apache/orc-dev:site
   
   $ cd target
   
   $ git status
   On branch asf-site
   Your branch is up to date with 'origin/asf-site'.
   
   Changes not staged for commit:
     (use "git add/rm <file>..." to update what will be committed)
     (use "git restore <file>..." to discard changes in working directory)
   	deleted:    .asf.yaml
   	deleted:    api/apidocs/org/apache/orc/examples/CompressionWriter.html
   	deleted:    api/apidocs/org/apache/orc/examples/InMemoryEncryptionReader.html
   	deleted:    api/apidocs/org/apache/orc/examples/InMemoryEncryptionWriter.html
   	deleted:    api/apidocs/org/apache/orc/examples/class-use/CompressionWriter.html
   	deleted:    api/apidocs/org/apache/orc/examples/class-use/InMemoryEncryptionReader.html
   	deleted:    api/apidocs/org/apache/orc/examples/class-use/InMemoryEncryptionWriter.html
   	deleted:    talks/ORC-Deep-Dive-2020.pptx
   ```
   
   ### How was this patch tested?
   
   Manually.


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

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


[GitHub] [orc] dongjoon-hyun commented on pull request #1347: ORC-1336: Protect `.asf.yaml`, `api`, `ORC-Deep-Dive-2020.pptx` files in website

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on PR #1347:
URL: https://github.com/apache/orc/pull/1347#issuecomment-1367608685

   Thank you so much, @williamhyun !
   Merged to main/1.8.


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

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


[GitHub] [orc] dongjoon-hyun closed pull request #1347: ORC-1336: Protect `.asf.yaml`, `api`, `ORC-Deep-Dive-2020.pptx` files in website

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #1347: ORC-1336: Protect `.asf.yaml`, `api`, `ORC-Deep-Dive-2020.pptx` files in website
URL: https://github.com/apache/orc/pull/1347


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

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


[GitHub] [orc] dongjoon-hyun commented on pull request #1347: ORC-1336: Protect `.asf.yaml`, `api`, `ORC-Deep-Dive-2020.pptx` files in website

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on PR #1347:
URL: https://github.com/apache/orc/pull/1347#issuecomment-1367606700

   Could you review this, @williamhyun ?


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

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