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

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

Build:
Build:
LAST BUILD BRANCH: task/wildcard
DEFAULT BRANCH: master
Ran 14 Oct 2018 10:15PM 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 09:44PM UTC coverage: 78.027%. Remained the same
314.1

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

Source Files on job 314.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 90
  • Travis Job 314.1
  • 859255e0 on github
  • Prev Job for on fix/sqlparser (#313.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