forked from apache/drill
-
Notifications
You must be signed in to change notification settings - Fork 1
for review and discussion #2
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
Open
acmeguy
wants to merge
73
commits into
rchallapalli:lucene-work
Choose a base branch
from
activitystream:lucene-work
base: lucene-work
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
…o better manage it's memory usage this closes apache#317
Preliminary support for more operators Refactoring
…both subdirectory and file.
…ensible communication between bits. This closes apache#313.
…n up. - Create the storage plugin registry using a Drill configuration parameter to be able to replace the registry implementation. - Change StoragePluginRegistry into an interface and move the implementation to an impl class. - Write documentation for StoragePluginRegistry. - Make StoragePluginRegistry and StoragePluginMap AutoCloseable and ensure that Drillbit closes registry. - Misc Drillbit code reorganization so that fields are at top of class (and static methods at bottom). - Update DrillConfig to support reflection-based creation of storage plugin objects - Remove final from DrillConfig so that application developers can extend config object. This closes apache#321.
- Also move to a test bootstrap - Update to the latest kudu and Drill - Add plugin to Drill distribution - Checkstyle and directory cleanup This closes apache#314.
…er needed. Creating new instances of HiveConf() are very costly, we should avoid creating new ones as much as possible. Also get rid of hiveConfigOverride and use HiveConf in HiveStoregPlugin wherever we need the HiveConf.
…ause separate DefaultFrameTemplate into 2 implementations: one that supports custom frames (aggregations, first_value, last_value) and one that doesn't this closes apache#322
…JDBC - Create a new simplified version of the Hadoop Text class that doesn't include massive dependencies. - Update Vectors to use new Text class. - Update the jdbc-all module to have a test which also includes complex types. - Clean up exclusions in Jdbc jar file to reduce file size. - Add an enforcer rule that ensures the adbc-all jar exclusions are maintained in the future. This closes apache#336.
…rage plugin configuration Fixed success message, made the error messages red This closes apache#343
…DROP TABLE failure This closes apache#344
…a cluster. Update build for protobuf changes. This closes apache#346
…uning to logical phase.
… planning phase. 1) Make directory-based pruning rule both work in calcite logical and drill logical planning phase. 2) Only apply directory-based pruning in logical phase when there is no metadata cache. 3) Make FileSelection constructor public, since FileSelection.create() would modify selectionRoot.
…into lucene-work
…he type is not varchar
…ordReader.setColumns() in DRILL-4279.
…ING from ENQUEUED
…ble column that starts with a large number of nulls (>30k)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Nested/Grouped conditions
Preliminary support for more operators
Refactoring