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

apache / carbondata / 1986
79%
master: 76%

Build:
Build:
LAST BUILD BRANCH: presto-coverage
DEFAULT BRANCH: master
Ran 14 Dec 2018 06:22PM UTC
Jobs 1
Files 1021
Run time 3min
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

pending completion
1986

push

jenkins

xubo245
[CARBONDATA-3093] Provide property builder for carbon properties.

change static string to:

  public static final Property CSV_READ_BUFFER_SIZE = Property.buildIntProperty()
      .name("carbon.csv.read.buffersize.byte")
      .defaultValue(1048576)
      .minValue(10240)
      .maxValue(10485760)
      .doc("CSV_READ_BUFFER_SIZE, default value is 1mb." +
          "min value for csv read buffer size, 10 kb." +
          "max value for csv read buffer size, 10 mb")
      .build();

fix import error

fix the CI error

1507 of 1507 new or added lines in 118 files covered. (100.0%)

62524 of 78571 relevant lines covered (79.58%)

1.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1986.1 14 Dec 2018 06:22PM UTC 0
79.58
Source Files on build 1986
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1986
  • ee32c57d on github
  • Prev Build on CARBONDATA-3093_RefactorConfiguration (#10014)
  • Next Build on CARBONDATA-3093_RefactorConfiguration (#10033)
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