Split planner#2
Open
mettamara wants to merge 91 commits into
Open
Conversation
…tTupleID() method from the Table instead of Tuple
Fixed minor bug in compilation of EE with debug log enabled.
…e into split-planner
…e into split-planner
…hen we first start. I have no idea how this was working before apavlo#153
… but it is not fully tested. ours (marcoserafini/split-planner) M src/frontend/org/voltdb/sysprocs/AdHoc.java M src/frontend/org/voltdb/sysprocs/Statistics.java theirs (jarulraj/main) M src/frontend/org/voltdb/sysprocs/SnapshotDelete.java M src/frontend/org/voltdb/sysprocs/SnapshotRegistry.java M src/frontend/org/voltdb/sysprocs/SnapshotRestore.java M src/frontend/org/voltdb/sysprocs/SnapshotSave.java M src/frontend/org/voltdb/sysprocs/SnapshotScan.java M src/frontend/org/voltdb/sysprocs/SnapshotStatus.java M src/frontend/org/voltdb/sysprocs/saverestore/ClusterSaveFileState.java M src/frontend/org/voltdb/sysprocs/saverestore/PartitionedTableSaveFileState.java M src/frontend/org/voltdb/sysprocs/saverestore/ReplicatedTableSaveFileState.java M src/frontend/org/voltdb/sysprocs/saverestore/SnapshotUtil.java M src/frontend/org/voltdb/sysprocs/saverestore/TableSaveFile.java M src/frontend/org/voltdb/sysprocs/saverestore/TableSaveFileState.java merged M src/frontend/org/voltdb/sysprocs/SysProcFragmentId.java M src/frontend/org/voltdb/VoltProcedure.java M src/frontend/org/voltdb/compiler/VoltProjectBuilder.java M src/frontend/org/voltdb/jni/ExecutionEngine.java added (from jarulraj/main) A src/frontend/org/voltdb/sysprocs/saverestore/MatView.java A src/frontend/org/voltdb/sysprocs/saverestore/SaveRestoreSelect.java A src/frontend/org/voltdb/sysprocs/saverestore/SaveRestoreTestProjectBuilder.java A src/frontend/org/voltdb/sysprocs/saverestore/saverestore-altered-ddl.sql A src/frontend/org/voltdb/sysprocs/saverestore/saverestore-ddl-partitioned.sql A src/frontend/org/voltdb/sysprocs/saverestore/saverestore-ddl-replicated.sql A src/frontend/org/voltdb/sysprocs/saverestore/saverestore-ddl.sql
rytaft
pushed a commit
that referenced
this pull request
Feb 6, 2016
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
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.
@rytaft , this isn't thoroughly tested. Let's chat before accepting this pull.