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

citusdata / pg_shard / 41
93%
develop: 36%

Build:
Build:
LAST BUILD BRANCH: develop_candidate
DEFAULT BRANCH: develop
Ran 17 Jan 2015 12:52AM UTC
Jobs 1
Files 16
Run time 9s
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
41

push

travis-ci

jasonmp85
Fix multi-shard SELECT to pull only needed columns

Adds a new test to verify that the remote SQL generated during a multi-
shard SELECT contains only columns needed for the local portion of
query execution. Previously, columns referenced by WHERE clauses would
always be pulled because the local portion of execution retained the
WHERE quals from the original query. Now the remote query leaves those
columns empty unless they are referenced by an aggregate, GROUP BY,
ORDER BY, or directly in the target list. To make this new approach
work, we partition quals into remote and local lists and then send the
remote and local queries with their respective lists.

1899 of 2040 relevant lines covered (93.09%)

102.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 41.1 (PGVERSION=9.4) 17 Jan 2015 12:52AM UTC 0
93.09
Travis Job 41.1
Source Files on build 41
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #41
  • af69860d on github
  • Prev Build on feature-reduce_column_transfer-#33 (#33)
  • Next Build on feature-reduce_column_transfer-#33 (#51)
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