Re: Apache ORC 1.7.3 release preparation

2022-02-03 Thread Dongjoon Hyun
I'll roll the RC1 next Monday. Dongjoon. On 2022/02/01 20:13:19 Dongjoon Hyun wrote: > Hi, All. > > According to the Apache ORC release plan, it's time to prepare Apache ORC > 1.7.3. > > https://github.com/apache/orc/milestone/4?closed=1 (Due: 2022-02-15) > > Please let us know if we need more

[jira] [Created] (ORC-1114) Update `Using with Python` page with PyArrow 7.0.0

2022-02-03 Thread Dongjoon Hyun (Jira)
Dongjoon Hyun created ORC-1114: -- Summary: Update `Using with Python` page with PyArrow 7.0.0 Key: ORC-1114 URL: https://issues.apache.org/jira/browse/ORC-1114 Project: ORC Issue Type: Improvemen

[GitHub] [orc] dongjoon-hyun opened a new pull request #1042: ORC-1114: Update `Using with Python` page with `PyArrow` 7.0.0

2022-02-03 Thread GitBox
dongjoon-hyun opened a new pull request #1042: URL: https://github.com/apache/orc/pull/1042 ### What changes were proposed in this pull request? This PR aims to update `Using with Python` page with new PyArrow 7.0.0 API. ### Why are the changes needed? New APIs are more

[GitHub] [orc] dongjoon-hyun commented on pull request #1042: ORC-1114: Update `Using with Python` page with `PyArrow` 7.0.0

2022-02-03 Thread GitBox
dongjoon-hyun commented on pull request #1042: URL: https://github.com/apache/orc/pull/1042#issuecomment-1029638323 cc @guiyanakuang and @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 g

[GitHub] [orc] dongjoon-hyun commented on pull request #1038: ORC-1111: Bump build-helper-maven-plugin from 3.2.0 to 3.3.0

2022-02-03 Thread GitBox
dongjoon-hyun commented on pull request #1038: URL: https://github.com/apache/orc/pull/1038#issuecomment-1029655730 I backported to branch-1.7 for Apache ORC 1.7.3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [orc] dongjoon-hyun commented on pull request #987: ORC-1073: Remove appveyor.yml

2022-02-03 Thread GitBox
dongjoon-hyun commented on pull request #987: URL: https://github.com/apache/orc/pull/987#issuecomment-1029663577 I backported this to branch-1.7. -- 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

[GitHub] [orc] dongjoon-hyun commented on pull request #985: ORC-1071: Update adopters page

2022-02-03 Thread GitBox
dongjoon-hyun commented on pull request #985: URL: https://github.com/apache/orc/pull/985#issuecomment-1029673679 Although we don't need this in branch-1.7, I backported this to branch-1.7 for Apache ORC 1.7.3. -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [orc] dongjoon-hyun commented on pull request #1028: MINOR: Update `README.md` to remove `Travis CI` links and add release tags and plan

2022-02-03 Thread GitBox
dongjoon-hyun commented on pull request #1028: URL: https://github.com/apache/orc/pull/1028#issuecomment-1029680659 Backported to branch-1.7 for Apache ORC 1.7.3. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [orc] dongjoon-hyun commented on pull request #906: ORC-993: Bump junit.version from 5.7.2 to 5.8.0

2022-02-03 Thread GitBox
dongjoon-hyun commented on pull request #906: URL: https://github.com/apache/orc/pull/906#issuecomment-1029682076 This is backported to branch-1.7. -- 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 t

[GitHub] [orc] dongjoon-hyun commented on pull request #938: ORC-1033: Bump junit.version from 5.8.0 to 5.8.1

2022-02-03 Thread GitBox
dongjoon-hyun commented on pull request #938: URL: https://github.com/apache/orc/pull/938#issuecomment-1029682773 This is backported to branch-1.7. -- 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 t

[GitHub] [orc] dongjoon-hyun commented on pull request #969: ORC-1057: Bump junit.version from 5.8.1 to 5.8.2

2022-02-03 Thread GitBox
dongjoon-hyun commented on pull request #969: URL: https://github.com/apache/orc/pull/969#issuecomment-1029683626 This is backported to branch-1.7. -- 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 t

[GitHub] [orc] guiyanakuang commented on pull request #1042: ORC-1114: Update `Using with Python` page with `PyArrow` 7.0.0

2022-02-03 Thread GitBox
guiyanakuang commented on pull request #1042: URL: https://github.com/apache/orc/pull/1042#issuecomment-1029713818 +1 LGTM, Validated doc on mac -- 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 t

[GitHub] [orc] dongjoon-hyun commented on pull request #1042: ORC-1114: Update `Using with Python` page with `PyArrow` 7.0.0

2022-02-03 Thread GitBox
dongjoon-hyun commented on pull request #1042: URL: https://github.com/apache/orc/pull/1042#issuecomment-1029715283 Thank you so much, @guiyanakuang ! Merged to main/1.7. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [orc] dongjoon-hyun merged pull request #1042: ORC-1114: Update `Using with Python` page with `PyArrow` 7.0.0

2022-02-03 Thread GitBox
dongjoon-hyun merged pull request #1042: URL: https://github.com/apache/orc/pull/1042 -- 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: dev-unsubscr

[jira] [Created] (ORC-1115) Suppress `Illegal reflective access` warnings on Java9+ Tests

2022-02-03 Thread Dongjoon Hyun (Jira)
Dongjoon Hyun created ORC-1115: -- Summary: Suppress `Illegal reflective access` warnings on Java9+ Tests Key: ORC-1115 URL: https://issues.apache.org/jira/browse/ORC-1115 Project: ORC Issue Type