Skip to content

Commit

Permalink
Update Thrift bindings to 4.5 (#64)
Browse files Browse the repository at this point in the history
v0.3 of OmniSci.jl worked with OmniSci 4.5, but updated Thrift bindings so changes were incremental. For the most part, changes here were for an enum value for DATE_IN_DAYS

Work towards #65
  • Loading branch information
randyzwitch committed May 6, 2019
1 parent c219390 commit 13220d7
Show file tree
Hide file tree
Showing 6 changed files with 271 additions and 88 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -10,8 +10,8 @@ julia:
- 1.1
- nightly
before_install:
- docker pull mapd/core-os-cpu
- docker run -d --ipc=host -v /dev:/dev -p 9091:9091 --name=mapd mapd/core-os-cpu:latest
- docker pull omnisci/core-os-cpu
- docker run -d --ipc=host -p 6274:6274 --name=omnisci omnisci/core-os-cpu:v4.5.0
- docker ps -a
notifications:
email: false
Expand Down

0 comments on commit 13220d7

Please sign in to comment.