Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests #11

Merged
merged 26 commits into from
Feb 18, 2021
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f241fe8
jest config and initial testing
JunranY Aug 4, 2020
8d36b99
add new test
JunranY Oct 2, 2020
f33b1a2
testing specs
JunranY Oct 23, 2020
06edecf
merging conflict
JunranY Oct 23, 2020
bd3fa37
vega specs
JunranY Nov 4, 2020
0fa7cee
Update dataflow.test.ts
SaiArrow Nov 5, 2020
60f701d
all vega specs
JunranY Nov 5, 2020
49b64a5
before adding compare function
JunranY Nov 5, 2020
646cc03
resolve conflicts, adding unfinished tests
JunranY Nov 5, 2020
4e41b2e
changing vega file name. duckdb has issue with width_bucket
JunranY Nov 10, 2020
01d210a
distinct count spec
JunranY Nov 10, 2020
8f9bdab
Add files via upload
SaiArrow Nov 17, 2020
be76399
fixed the null issue to match with vega
JunranY Dec 4, 2020
cf109d2
merge conflicts
JunranY Dec 4, 2020
c5adb1b
rewrite the rewrite algorithm, finished aggregate, marks transforms t…
JunranY Jan 22, 2021
0088660
Python 2 is not needed anymore
domoritz Jan 28, 2021
1485eb2
Merge pull request #7 from leibatt/dom/readme
JunranY Feb 3, 2021
bb4a24f
adding extent, bin; linking vega-transform-pg
JunranY Feb 3, 2021
61a7caf
Merge branch 'tests' of https://github.com/leibatt/scalable-vega into…
JunranY Feb 3, 2021
b8a1042
fix syntax for valid
JunranY Feb 10, 2021
24ee24b
Delete main.workflow
domoritz Feb 10, 2021
5268d76
Merge pull request #9 from leibatt/dom/actions
leibatt Feb 11, 2021
0a88857
OmniSci Ibis Added
SaiArrow Feb 17, 2021
419b309
sql syntax for duckdb
JunranY Feb 17, 2021
df0d5e7
Merge branch 'tests' of https://github.com/leibatt/scalable-vega into…
JunranY Feb 17, 2021
77a35d8
Merge branch 'master' into tests
JunranY Feb 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merging conflict
  • Loading branch information
JunranY committed Oct 23, 2020
commit 06edecf1de6bbf9507ea23d7d5d69755f348755e
5 changes: 5 additions & 0 deletions duckdb.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
<<<<<<< HEAD
"dbFilename":"/Users/yangjunran/Desktop/github/scalable-vega/scalable-vega.duckdb"
=======
"dbmsName":"duckdb",
"dbFilename":"/Users/leibatt/code/scalable-vega/scalable-vega.duckdb"
>>>>>>> 7b232d9d62401f2d6706b5fff2a0d338d412cecf
}
You are viewing a condensed version of this merge commit. You can view the full changes here.