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

exasol / cloud-storage-etl-udfs / 167 / 3
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 05 Feb 2020 03:09PM UTC
Files 35
Run time 6s
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

05 Feb 2020 03:07PM UTC coverage: 97.818%. Remained the same
RELEASE=false

push

travis-ci

web-flow
Use Hadoop Filesystem Path URI instead of java.net.URI (#67)

The `java.net.URI` cannot resolve the paths that contain regex patterns,
for example, `'s3a://bucket/{year=2019/month=1,year=2019/month=2}/*'`.

Instead we should use Hadoop Filesystem Path, and then convert the path
to URI using `.toUri()` method.

For example, to obtain the schema from a path:

```scala
new Path(bucketPathString).toUri.getSchema
```

807 of 825 relevant lines covered (97.82%)

0.98 hits per line

Source Files on job 167.3 (RELEASE=false)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 58
  • Travis Job 167.3
  • 451d30c0 on github
  • Prev Job for RELEASE=false on master (#163.3)
  • Next Job for RELEASE=false on master (#178.3)
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