uwescience / myria-web

Web frontend for Myria
https://demo.myria.cs.washington.edu
Other
11 stars 14 forks source link

Yorkw ccatalog #176

Closed TheYorkWei closed 10 years ago

TheYorkWei commented 10 years ago

Allows clang to use a catalog for the scheme and number of tuples. Enables clang to run MyriaL and SQL queries

TheYorkWei commented 10 years ago

I forgot to not fastfoward during the merge w/ master before the PR.

billhowe commented 10 years ago

Fantastic!!!

On Tuesday, July 29, 2014, TheYorkWei notifications@github.com wrote:

Allows clang to use a catalog for the scheme and number of tuples.

Enables clang to run MyriaL and SQL queries

You can merge this Pull Request by running

git pull https://github.com/uwescience/myria-web yorkw-ccatalog

Or view, comment on, or merge it at:

https://github.com/uwescience/myria-web/pull/176 Commit Summary

  • fix myriad multiway join.
  • Merge pull request #169 from uwescience/fix_multiway_join_myrial
  • add query status
  • fixing clangConnection var, renaming in clangserv
  • set up db file if not existing at the beginning
  • removing db checks and factoring server paths
  • fixed clangserv style
  • allows clang to run sql and myrial queries
  • editor.js: show datasets created on successful query
  • myria-web.js: fix profiling JS after uwescience/myria#573
  • update myria-python submodule
  • Merge branch 'master' into dhalperi-show-datasets-created
  • datasets: remove download link for big datasets
  • update test_myria_up to test both large and small datasets
  • creating catalog for c from myriaweb
  • adding table checking on clang side
  • fix flake
  • Merge pull request #173 from uwescience/dhalperi-show-datasets-created
  • datasets: add sorting
  • datasets.html: icons when sorting
  • Merge branch 'master' into yorkw-ccatalog
  • Merge pull request #174 from uwescience/dhalperi-sort-datasets-page
  • fix missing semicolon。
  • Merge pull request #175 from uwescience/shumo_small_fix_on_editor_js
  • add clang catalog
  • needs schema for dataset created and execute
  • needs numtuples and schema
  • fix failing on unknown relation
  • fixing download json after query finishes
  • added numTUples to clang
  • fixed timing and updating bugs
  • finish tuples
  • trying to send fake schema over
  • fixed fake schema
  • clang create store schemas
  • Merge branch 'master' into yorkw-ccatalog
  • moving defs into clangconnection

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/uwescience/myria-web/pull/176.