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

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

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

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

1 of 1 new or added line in 1 file covered. (100.0%)

26182 of 34212 relevant lines covered (76.53%)

40515.99 hits per line

Jobs
ID Job ID Ran Files Coverage
2 6267.2 (NAME="gcc5 Debug/Tests/AddressSanitizer/Coveralls" CXX=g++-5 CC=gcc-5 PELOTON_BUILD_TYPE=Debug SANITIZER=Address COVERALLS=On) 30 Nov 2018 03:45AM UTC 0
76.53
Travis Job 6267.2
Source Files on build 6267
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6267
  • Pull Request #1490
  • PR Base - master (#6262)
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