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

cmu-db / peloton / 6267 / 2
77%
master: 77%

Build:
Build:
LAST BUILD BRANCH: logging
DEFAULT BRANCH: master
Ran 30 Nov 2018 03:45AM UTC
Files 389
Run time 19s
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

30 Nov 2018 02:47AM UTC coverage: 76.529% (+0.02%) from 76.511%
NAME="gcc5 Debug/Tests/AddressSanitizer/Coveralls" CXX=g++-5 CC=gcc-5 PELOTON_BUILD_TYPE=Debug SANITIZER=Address COVERALLS=On

Pull #1490

travis-ci

web-flow
Fix CSV scanner for handling filter predicate on a VARCHAR column

CSV scan does not care about delimiter in a CSV file, but query
processor should care the end of each column value, i.e., ‘\0’.

Because query parser parses each selection predicate by adding ‘\0’ at
the end of the predicate value, query processor cannot handle the query
correctly if we ignore the existence of delimiter in a raw tuple in CSV
file.

This simple solution fix the case by replacing delimiter to ‘\0’, and
thus StringCompare in type/type_util.h works correctly.
Pull Request #1490: Fix CSV scanner for handling filter predicate on a VARCHAR column correctly

26182 of 34212 relevant lines covered (76.53%)

40515.99 hits per line

Source Files on job 6267.2 (NAME="gcc5 Debug/Tests/AddressSanitizer/Coveralls" CXX=g++-5 CC=gcc-5 PELOTON_BUILD_TYPE=Debug SANITIZER=Address COVERALLS=On)
  • Tree
  • List 0
  • Changed 118
  • Source Changed 1
  • Coverage Changed 118
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5508
  • Travis Job 6267.2
  • 14e09c88 on github
  • Prev Job for NAME="gcc5 Debug/Tests/AddressSanitizer/Coveralls" CXX=g++-5 CC=gcc-5 PELOTON_BUILD_TYPE=Debug SANITIZER=Address COVERALLS=On on develop-1 (#6262.2)
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