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

datafusion-rs / datafusion / 317 / 1
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 14 Oct 2018 11:04PM UTC
Files 25
Run time 1s
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

14 Oct 2018 10:36PM UTC coverage: 78.027%. Remained the same
317.1

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

Source Files on job 317.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 93
  • Travis Job 317.1
  • 8f12eefd on github
  • Prev Job for on master (#313.1)
  • Next Job for on master (#318.1)
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