-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ORC-751: [C++] Implement Predicate Pushdown for C++ Reader #476
Closed
Closed
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
7c8cb98
ORC-40: [C++] Implement Predicate Pushdown for C++ Reader
wgtmac 10b57ce
Modify PPD based on feedbacks.
wgtmac 661e06e
Update site for 1.6.6
dongjoon-hyun 4cad055
ORC-696: Consistent TypeDescription handling for quoted field names
pgaref 3f3f62f
ORC-697: Improve scan tool to report the location of corruption
omalley 2399426
Follow up to ORC-697 to suppress findbugs check for exception.
omalley 8d02646
ORC-699. Minor improvements to the scan tool that make the exception …
omalley 17fd9c3
ORC-702: [C++] Support big ORC files in Windows (#584)
spektom 7ba6481
ORC-704: Publish snapshots at only apache repo (#587)
williamhyun 710bace
ORC-706: Put back DataReaderProperties default maxDiskRangeChunkLimit
pgaref c5efb95
ORC-707: FIX tzdata to recover Win32 build in AppVeyor (#590)
pgaref 98bf06f
MINOR: Rename Presto SQL to Trino (#596)
martint 60b03ef
ORC-705: Predicate evaluation should take into account writer calenda…
pgaref 40495ba
ORC-709: FIX Boolean to StringGroup schema evolution (#594)
pgaref f6b6b2e
ORC-708: Use maven command directly (#598)
dongjoon-hyun 864c11f
ORC-710: Update maven plugins
dongjoon-hyun 68e9d62
ORC-711: Support CryptoExtension in create/decryptLocalKey (#608)
dongjoon-hyun f60218c
ORC-712: Add `USING IN SPARK` to website (#609)
dongjoon-hyun db62ea5
ORC-714: Remove MRUnit and its usage (#612)
dongjoon-hyun 9b9bac2
ORC-718: Enable Checkstyle plugin and FileTabCharacter rule
williamhyun 1d9a289
ORC-719: Enable UnusedImports rule
williamhyun d741a36
ORC-720: Run mvn checkstyle:check in GitHub action
williamhyun 6b7e584
ORC-721: Use 'org.junit.Assert` instead of deprecated `junit.framewor…
williamhyun 3ec9c98
ORC-723: Upgrade Mockito to 3.7.0
williamhyun 0156ad7
ORC-724: PPD: Date IN single value comparison throws ClassCastExcepti…
pgaref 6a12968
MINOR: Rename GitHub Action job name to `Build and test` (#621)
dongjoon-hyun 898e448
ORC-725: Disable merge commits from Github `Merge Button` (#622)
dongjoon-hyun 3a5cf4b
ORC-603. Upgrade `tools` to use Hadoop 2.10.1 (#607)
dongjoon-hyun 57bc8fd
ORC-732: Update ORC API docs to 1.6.6 consistently
dongjoon-hyun d22edd4
ORC-730: Add website link and description to GitHub page (#623)
dongjoon-hyun 50764d0
ORC-734: Use org.apache.commons.lang3 (#626)
dongjoon-hyun 596e989
ORC-733: Upgrade Zookeeper to 3.6.2 (#625)
dongjoon-hyun 7198f1e
MINOR: Update Java version to 8 in README.md. (#627)
williamhyun 34a79ce
ORC-735: ConvertTool should not fail at a single ORC file. (#628)
williamhyun 9233478
ORC-713: Add Java 15 to GitHub action (#611)
williamhyun 51a88c7
ORC-736: Upgrade Hive to 3.1.2 (#629)
dongjoon-hyun e81e572
ORC-738: Add date type conversion support in `Java Tools` (#631)
darkamgine d58fbaa
Update site for 1.6.7
dongjoon-hyun f0c5f00
ORC-739: Use Maven Wrapper in java/CMakeLists.txt (#632)
dongjoon-hyun 992a121
ORC-740: Add curl in debian and ubuntu Docker files
williamhyun 1c41def
ORC-741: Schema Evolution missing column not handled in filters.
pavibhai 2981629
ORC-745: Update README.md with new travis-ci.com links (#638)
dongjoon-hyun d7ad250
ORC-748: Add separate writer implementation for Trino (#639)
findepi 3b40375
ORC-737: Upgrade Spark to 3.1.0
dongjoon-hyun 8e40078
Fix a typo in the OrcConf javadoc.
autumnust e39fd44
ORC-748: Add constants for Trino writer
findepi 0b5bebc
ORC-749 Add checkstyle:check to analyze profile.
omalley 1513c59
ORC-750: Fix bench to use orc pom as parent.
omalley b05350a
ORC-752: FIX Master branch build badge (#644)
pgaref 8c5814b
ORC-747: Abstract Dictionary interface to enable a hash dictionary.
autumnust caf2dcf
ORC-754: Code cleanup (#646)
pavibhai 3937521
[C++] Fix stream state of ColumnReader after seek (#645)
wgtmac d1ea232
ORC-751: [C++] Implement Predicate Push Down for C++ Reader
wgtmac File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one or more | ||
# contributor license agreements. See the NOTICE file distributed with | ||
# this work for additional information regarding copyright ownership. | ||
# The ASF licenses this file to You under the Apache License, Version 2.0 | ||
# (the "License"); you may not use this file except in compliance with | ||
# the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features | ||
--- | ||
github: | ||
description: "Apache ORC - the smallest, fastest columnar storage for Hadoop workloads" | ||
homepage: https://orc.apache.org/ | ||
enabled_merge_buttons: | ||
merge: false | ||
squash: true | ||
rebase: true | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be here.