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

exasol / cloud-storage-etl-udfs
97%
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 feature/import-parquet-int64-millis
branch: feature/import-parquet-int64-millis
CHANGE BRANCH
x
Reset
  • feature/import-parquet-int64-millis
  • 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
  • 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.0-7-g451d30c-SNAPSHOT
  • 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
119

Pull #53

travis-ci

web-flow
Correctly import Parquet timestamps encoded as milliseconds since epoch.

So far, we could import Parquet timestamp values that are encoded as
`INT96` binary type. This type encodes timestamps as 12-byte binary with
nanosecond precision.

However, it is possible to also encode timestamp as milliseconds since
epoch using `INT64` type.

For example,

```
message test_timestamps {
  required int64 col_long;
  required int64 col_timestamp (TIMESTAMP_MILLIS);
}
```

the first column contains Long value and the second column millis since
epoch as Long value, but should be imported as Timestamp value.

Previously the second column value assumed to be INT96 binary which was
a bug.

Fixes #52.
Pull Request #53: Fix Parquet import timestamps encoded as milliseconds since epoch.

5 of 5 new or added lines in 2 files covered. (100.0%)

745 of 767 relevant lines covered (97.13%)

1.94 hits per line

Relevant lines Covered
Build:
Build:
767 RELEVANT LINES 745 COVERED LINES
1.94 HITS PER LINE
Source Files on feature/import-parquet-int64-millis
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
119 feature/import-parquet-int64-millis Correctly import Parquet timestamps encoded as milliseconds since epoch. So far, we could import Parquet timestamp values that are encoded as `INT96` binary type. This type encodes timestamps as 12-byte binary with nanosecond precision. However,... Pull #53 28 Nov 2019 09:49AM UTC web-flow travis-ci pending completion  
118 feature/import-parquet-int64-millis Correctly import Parquet timestamps encoded as milliseconds since epoch. So far, we could import Parquet timestamp values that are encoded as `INT96` binary type. This type encodes timestamps as 12-byte binary with nanosecond precision. However,... push 28 Nov 2019 09:30AM UTC morazow travis-ci pending completion  
117 feature/import-parquet-int64-millis Prepare for release version v0.5.0. push 22 Nov 2019 01:36PM UTC morazow 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