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

exasol / cloud-storage-etl-udfs
98%
master: 95%

Build:
Build:
LAST BUILD BRANCH: documentation/#97-update-docs
DEFAULT BRANCH: master
Repo Added 29 Oct 2019 09:37AM UTC
Files 28
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

LAST BUILD ON BRANCH v0.6.0-7-g451d30c-SNAPSHOT
branch: v0.6.0-7-g451d30c-SNAPSHOT
CHANGE BRANCH
x
Reset
  • v0.6.0-7-g451d30c-SNAPSHOT
  • bug/#56-orc-import-should-be-java-bigdecimal
  • bug/#65-fix-regex-path-matching-error
  • develop
  • documentation/#97-update-docs
  • enhancement/72_system_requirements_and_design
  • enhancement/add_logos
  • feature/#31-delta-format-support
  • feature/#36-overwrite-bucket-path-if-required
  • feature/#58-azure-datalake-gen2
  • feature/74_create_initial_implementation_of_kinesis_connector
  • feature/87_kinesis_nested_data_support
  • feature/add-connection-object
  • feature/import-parquet-int64-millis
  • fix/links
  • improvement/#50-obtain-account-container-names-from-path
  • improvement/#51-refactor-style-lint-checks
  • improvement/#82-compression-codec-extension
  • master
  • refactoring/#98-remove-kafka-kinesis-modules
  • refactoring/70_update_dependencies_for_ide
  • task/#45-update-docs
  • task/#63-add-dependency-list
  • task/#84-change-to-multi-project-setup
  • task/benchmarks
  • v0.5.0
  • v0.6.0
  • v0.6.1
  • v0.6.2
  • v0.6.2-rc1
  • v0.7.0
  • v0.7.1
  • v0.8.0
  • v0.8.0-rc1

pending completion
168

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%)

1.96 hits per line

Relevant lines Covered
Build:
Build:
825 RELEVANT LINES 807 COVERED LINES
1.96 HITS PER LINE
Source Files on v0.6.0-7-g451d30c-SNAPSHOT
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
168 v0.6.0-7-g451d30c-SNAPSHOT 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 Filesyst... push 05 Feb 2020 03:20PM UTC web-flow travis-ci pending completion  
See All Builds (178)
  • Repo on GitHub
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

© 2025 Coveralls, Inc