-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimized UTF8String conversion for row tables and CollectLimit optim…
…ization in query routing - now using direct conversion methods from store side to get UTF8String instead of double copying - also use direct primitive long calls for Date/Timestamp to get millis and micros respectively - don't use execute() for plans that override and optimize SparkPlan.executeCollect() in query routing (e.g. CollectLimitExec); such plans are expected to return small enough results that will not cause trouble on the lead node
- Loading branch information
Sumedh Wale
committed
Oct 12, 2016
1 parent
1452f81
commit cf6976f
Showing
7 changed files
with
141 additions
and
73 deletions.
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
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.