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

apache / carbondata / 2250
79%
master: 76%

Build:
Build:
LAST BUILD BRANCH: presto-coverage
DEFAULT BRANCH: master
Ran 27 Dec 2018 05:23PM UTC
Jobs 1
Files 1023
Run time 1min
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
2250

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

rebase

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

62215 of 78664 relevant lines covered (79.09%)

1.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2250.1 27 Dec 2018 05:23PM UTC 0
79.09
Source Files on build 2250
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #2250
  • 24a8a4ab on github
  • Prev Build on CARBONDATA-3093_RefactorConfiguration (#10229)
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