-
Notifications
You must be signed in to change notification settings - Fork 114
[Gold Standard] Initial Code showing Hyperspace Indexes with a sample query #385
base: master
Are you sure you want to change the base?
Conversation
…_initial # Conflicts: # src/test/scala/com/microsoft/hyperspace/goldstandard/PlanStabilitySuite.scala # src/test/scala/com/microsoft/hyperspace/goldstandard/TPCDSBase.scala
Should we just have code update + one query example? |
@imback82 removed dependencies coming from the dependency PR. now this one contains only relevant files. |
Can you check the test failures? |
@imback82 thank you, I also cleaned up some other parts of the code. Please take a look. |
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.
Is it somehow possible to create a diff against simplified.txt (or explain.txt) without hyperspace? Otherwise, it's hard to see what has changed after applying hyperspace.
src/test/scala/com/microsoft/hyperspace/goldstandard/IndexLogEntryCreator.scala
Outdated
Show resolved
Hide resolved
src/test/scala/com/microsoft/hyperspace/goldstandard/IndexLogEntryCreator.scala
Outdated
Show resolved
Hide resolved
One way is to diff the file and attach it to the PR? |
I added files for without hyperspace enabled and also with the diffs. Please let me know if we intend to keep them in the final version or is it just for the sake of validation in the PR.? |
This is just for the PR. |
What is the context for this pull request?
Gold Standard: Hyperspace code for creation of index metadata files and its use in Plan Stability test Suite.
What changes were proposed in this pull request?
In this PR:
TPCDSHyperspace suite extends PlanStabilitySuite
Does this PR introduce any user-facing change?
No
How was this patch tested?
Unit tests