• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

datafusion-rs / datafusion / 317
78%

Build:
DEFAULT BRANCH: master
Ran 14 Oct 2018 11:04PM UTC
Jobs 1
Files 25
Run time 17s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
317

push

travis-ci

andygrove
Fix DataFusion console from script source (#177)

SQL scripts which contains line breaks were not properly parsed. While
iterating over lines, the current line does not contain the line break
character and the generated SQL wasn't well formed (as it missed that
line break charaters).

For example, if the input script contained:

```
SELECT * FROM new_uk_cities
LIMIT 5;
```

The console was receiving:

```
SELECT * FROM new_uk_citiesLIMIT 5;
```

2958 of 3791 relevant lines covered (78.03%)

0.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 317.1 14 Oct 2018 11:04PM UTC 0
78.03
Travis Job 317.1
Source Files on build 317
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #317
  • 8f12eefd on github
  • Prev Build on master (#313)
  • Next Build on master (#318)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc