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

datafusion-rs / datafusion / 314
78%
master: 78%

Build:
Build:
LAST BUILD BRANCH: task/wildcard
DEFAULT BRANCH: master
Ran 14 Oct 2018 10:15PM UTC
Jobs 1
Files 25
Run time 10s
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
314

Pull #177

travis-ci

web-flow
Fix DataFusion console from script source

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;
```
Pull Request #177: Fix DataFusion console from script source

2958 of 3791 relevant lines covered (78.03%)

0.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 314.1 14 Oct 2018 10:15PM UTC 0
78.03
Travis Job 314.1
Source Files on build 314
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #314
  • Pull Request #177
  • PR Base - master (#313)
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