[jira] [Created] (ORC-985) ORC branch 1.7 is producing larger files from java writer

2021-09-03 Thread Owen O'Malley (Jira)
Owen O'Malley created ORC-985: - Summary: ORC branch 1.7 is producing larger files from java writer Key: ORC-985 URL: https://issues.apache.org/jira/browse/ORC-985 Project: ORC Issue Type: Bug

[jira] [Created] (ORC-984) Create new writer versions for orc 1.7 and 1.8

2021-09-03 Thread Owen O'Malley (Jira)
Owen O'Malley created ORC-984: - Summary: Create new writer versions for orc 1.7 and 1.8 Key: ORC-984 URL: https://issues.apache.org/jira/browse/ORC-984 Project: ORC Issue Type: Improvement

[GitHub] [orc] pavibhai opened a new pull request #896: ORC-983 Lowered the log level for some messages related to filter processing from INFO to DEBUG

2021-09-03 Thread GitBox
pavibhai opened a new pull request #896: URL: https://github.com/apache/orc/pull/896 ### What changes were proposed in this pull request? Couple of the log statements related to filter processing have been lowered from INFO to DEBUG level. ### Why are the changes needed?

[jira] [Created] (ORC-983) Lower the log level of some messages related to filter processing

2021-09-03 Thread Pavan Lanka (Jira)
Pavan Lanka created ORC-983: --- Summary: Lower the log level of some messages related to filter processing Key: ORC-983 URL: https://issues.apache.org/jira/browse/ORC-983 Project: ORC Issue Type:

Re: [UPDATE] Apache ORC 1.7.0 Preparation

2021-09-03 Thread Dongjoon Hyun
Thank you, William. BTW, I realized that I made a typo in the title. This thread is for Apache ORC 1.7.0. Sorry for making you confused. Here are additional updates. - Thanks to Yiqun Zhang with ORC-978, Apache ORC 1.7.0 snapshot passed Apache Iceberg Integration Test - Thanks to Pavan Lanka

[GitHub] [orc] guiyanakuang commented on pull request #895: ORC-982: Extract checkstyle to a single file, help newcomers check code style

2021-09-03 Thread GitBox
guiyanakuang commented on pull request #895: URL: https://github.com/apache/orc/pull/895#issuecomment-912636483 Thank you very much @dongjoon-hyun, thank to review and fix format. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [orc] dongjoon-hyun merged pull request #893: ORC-980: Filter processing respects the case-sensitivity flag

2021-09-03 Thread GitBox
dongjoon-hyun merged pull request #893: URL: https://github.com/apache/orc/pull/893 -- 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:

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #893: ORC-980: Filter processing respects the case-sensitivity flag

2021-09-03 Thread GitBox
dongjoon-hyun commented on a change in pull request #893: URL: https://github.com/apache/orc/pull/893#discussion_r701992522 ## File path: java/core/src/test/org/apache/orc/TestRowFilteringIOSkip.java ## @@ -570,6 +570,29 @@ public void schemaEvolutionLong2StringColumn() throws

[GitHub] [orc] dongjoon-hyun merged pull request #895: ORC-982: Extract checkstyle to a single file, help newcomers check code style

2021-09-03 Thread GitBox
dongjoon-hyun merged pull request #895: URL: https://github.com/apache/orc/pull/895 -- 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:

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #895: ORC-982: Extract checkstyle to a single file, help newcomers check code style

2021-09-03 Thread GitBox
dongjoon-hyun commented on a change in pull request #895: URL: https://github.com/apache/orc/pull/895#discussion_r701985809 ## File path: java/checkstyle.xml ## @@ -0,0 +1,57 @@ + + +

[GitHub] [orc] pavibhai commented on a change in pull request #893: ORC-980: Filter processing respects the case-sensitivity flag

2021-09-03 Thread GitBox
pavibhai commented on a change in pull request #893: URL: https://github.com/apache/orc/pull/893#discussion_r701973669 ## File path: java/core/src/test/org/apache/orc/TestRowFilteringIOSkip.java ## @@ -570,6 +570,29 @@ public void schemaEvolutionLong2StringColumn() throws

[GitHub] [orc] pavibhai commented on a change in pull request #893: ORC-980: Filter processing respects the case-sensitivity flag

2021-09-03 Thread GitBox
pavibhai commented on a change in pull request #893: URL: https://github.com/apache/orc/pull/893#discussion_r701973669 ## File path: java/core/src/test/org/apache/orc/TestRowFilteringIOSkip.java ## @@ -570,6 +570,29 @@ public void schemaEvolutionLong2StringColumn() throws

[GitHub] [orc] pavibhai commented on a change in pull request #893: ORC-980: Filter processing respects the case-sensitivity flag

2021-09-03 Thread GitBox
pavibhai commented on a change in pull request #893: URL: https://github.com/apache/orc/pull/893#discussion_r701964316 ## File path: java/core/src/java/org/apache/orc/impl/RecordReaderImpl.java ## @@ -283,6 +283,7 @@ protected RecordReaderImpl(ReaderImpl fileReader,

[GitHub] [orc] guiyanakuang commented on a change in pull request #895: ORC-982: Extract checkstyle to a single file, help newcomers check code style

2021-09-03 Thread GitBox
guiyanakuang commented on a change in pull request #895: URL: https://github.com/apache/orc/pull/895#discussion_r701890984 ## File path: java/checkstyle.xml ## @@ -0,0 +1,57 @@ + + +https://checkstyle.org/dtds/configuration_1_2.dtd;> + + + Review comment: Fix in

[GitHub] [orc] guiyanakuang commented on a change in pull request #895: ORC-982: Extract checkstyle to a single file, help newcomers check code style

2021-09-03 Thread GitBox
guiyanakuang commented on a change in pull request #895: URL: https://github.com/apache/orc/pull/895#discussion_r701823066 ## File path: java/checkstyle.xml ## @@ -0,0 +1,57 @@ + + +https://checkstyle.org/dtds/configuration_1_2.dtd;> + + + Review comment: My IDE's

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #893: ORC-980: Filter processing respects the case-sensitivity flag

2021-09-03 Thread GitBox
dongjoon-hyun commented on a change in pull request #893: URL: https://github.com/apache/orc/pull/893#discussion_r701812550 ## File path: java/core/src/test/org/apache/orc/TestRowFilteringIOSkip.java ## @@ -570,6 +570,29 @@ public void schemaEvolutionLong2StringColumn() throws

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #893: ORC-980: Filter processing respects the case-sensitivity flag

2021-09-03 Thread GitBox
dongjoon-hyun commented on a change in pull request #893: URL: https://github.com/apache/orc/pull/893#discussion_r701811596 ## File path: java/core/src/java/org/apache/orc/impl/RecordReaderImpl.java ## @@ -283,6 +283,7 @@ protected RecordReaderImpl(ReaderImpl fileReader,

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #893: ORC-980: Filter processing respects the case-sensitivity flag

2021-09-03 Thread GitBox
dongjoon-hyun commented on a change in pull request #893: URL: https://github.com/apache/orc/pull/893#discussion_r701811596 ## File path: java/core/src/java/org/apache/orc/impl/RecordReaderImpl.java ## @@ -283,6 +283,7 @@ protected RecordReaderImpl(ReaderImpl fileReader,

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #895: ORC-982: Extract checkstyle to a single file, help newcomers check code style

2021-09-03 Thread GitBox
dongjoon-hyun commented on a change in pull request #895: URL: https://github.com/apache/orc/pull/895#discussion_r701808648 ## File path: java/checkstyle.xml ## @@ -0,0 +1,57 @@ + + +https://checkstyle.org/dtds/configuration_1_2.dtd;> + + + Review comment: Shall we

[GitHub] [orc] guiyanakuang opened a new pull request #895: ORC-982: Extract checkstyle to a single file, help newcomers check code style

2021-09-03 Thread GitBox
guiyanakuang opened a new pull request #895: URL: https://github.com/apache/orc/pull/895 ### What changes were proposed in this pull request? Extract checkstyle to a single file. Added tips to coding.md. ### Why are the changes needed?

[jira] [Created] (ORC-982) Extract checkstyle to a single file, help newcomers check code style

2021-09-03 Thread Yiqun Zhang (Jira)
Yiqun Zhang created ORC-982: --- Summary: Extract checkstyle to a single file, help newcomers check code style Key: ORC-982 URL: https://issues.apache.org/jira/browse/ORC-982 Project: ORC Issue