Uh oh!
There was an error while loading. Please reload this page.
[Ballista] Docker files for ui - #22
Conversation
codecov-commenter
commented
Apr 21, 2021
Codecov Report
@@ Coverage Diff @@## master #22 +/- ##
=======================================
Coverage 70.41% 70.41% =======================================
Files 123 123 Lines 21261 21261 =======================================
Hits 14970 14970 Misses 6291 6291 Continue to review full report at Codecov.
|
andygrove
commented
Apr 21, 2021
There is a docker compose yaml under the ballista benchmark but we might want to consider moving this to a higher level as we get Ballista more integrated into this repo. |
msathis
commented
Apr 22, 2021
@andygrove Hi, Can we merge this now or we want to wait for the integrated docker-compose setup to be in place? |
| # specific language governing permissions and limitations | ||
| # under the License. | ||
| BALLISTA_VERSION=0.4.2-SNAPSHOT |
There was a problem hiding this comment.
We don't need to fix in this PR but I filed for #32 for removing these hard-coded versions
Uh oh!
There was an error while loading. Please reload this page.
andygrove
commented
Apr 22, 2021
I think we just need to wait on #29 to finish getting the process in place for the repo. |
msathis
commented
Apr 24, 2021
@andygrove Hi, I am going to work on #32 next. If we can merge this, i can fix all hard coded |
andygrove
commented
Apr 24, 2021
Closes #45 |
… them (#15566) * ExecutionPlan: add APIs for filter pushdown & optimizer rule to apply them * wip * fix tests * fix * fix * fix doc * fix doc * Improve doc comments of `filter-pushdown-apis` (#22) * Improve doc comments * Apply suggestions from code review --------- Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> * simplify according to pr feedback * Add missing file * Add tests * pipe config in * docstrings * Update datafusion/physical-plan/src/filter_pushdown.rs * fix * fix * fmt * fix doc * add example usage of config * fix test * convert exec API and optimizer rule * re-add docs * dbg * dbg 2 * avoid clones * part 3 * fix lint * tests pass * Update filter.rs * update projection tests * update slt files * fix * fix references * improve impls and update tests * apply stop logic * update slt's * update other tests * minor * rename modules to match logical optimizer, tweak docs --------- Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> Co-authored-by: berkaysynnada <berkay.sahin@synnada.ai> Co-authored-by: Berkay Şahin <124376117+berkaysynnada@users.noreply.github.com>
… them (apache#15566) * ExecutionPlan: add APIs for filter pushdown & optimizer rule to apply them * wip * fix tests * fix * fix * fix doc * fix doc * Improve doc comments of `filter-pushdown-apis` (apache#22) * Improve doc comments * Apply suggestions from code review --------- Co-authored-by: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> * simplify according to pr feedback * Add missing file * Add tests * pipe config in * docstrings * Update datafusion/physical-plan/src/filter_pushdown.rs * fix * fix * fmt * fix doc * add example usage of config * fix test * convert exec API and optimizer rule * re-add docs * dbg * dbg 2 * avoid clones * part 3 * fix lint * tests pass * Update filter.rs * update projection tests * update slt files * fix * fix references * improve impls and update tests * apply stop logic * update slt's * update other tests * minor * rename modules to match logical optimizer, tweak docs --------- Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> Co-authored-by: berkaysynnada <berkay.sahin@synnada.ai> Co-authored-by: Berkay Şahin <124376117+berkaysynnada@users.noreply.github.com>
…sions Fix detect correlated expressions
Do we have docker-compose where we can setup the entire system? I searched but couldn't find it. If it is, I would like to include the ui deployment there.