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

wegamekinglc / calc-flow
94%

Build:
DEFAULT BRANCH: main
Repo Added 15 Aug 2026 09:07AM UTC
Files 47
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

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • a6/integration
  • bug-hunt/dal-165-ps-uv-first
  • bugfix/checkpoint-restart-completion-race
  • docs/DAL-189-audit-20260907
  • docs/sce16-benchmark-evidence
  • feature/benchmarks-cleanup
  • feature/bounded-backward-asof-join
  • feature/codacy-cdc-text-bridge
  • feature/codacy-kernel-sample-queue
  • feature/codacy-naming-ack
  • feature/codacy-phase0-gates
  • feature/codacy-post-plan-review
  • feature/codacy-run-manager-twins
  • feature/codacy-runner-slice5
  • feature/codacy-window-codec-guard
  • feature/codacy-window-codec-merge
  • feature/coveralls-ci-split
  • feature/cross-section-core
  • feature/cross-section-groups
  • feature/dal-148-bounded-stream-join
  • feature/dal-150-doc-consistency-docs
  • feature/dal-159-join-acceptance-tests
  • feature/dal-173-documentation-audit-docs
  • feature/dal-184-rolling-benchmark
  • feature/docs-examples-guide-reorganization
  • feature/docs-examples-v3
  • feature/faster-windows-ci
  • feature/lifecycle-capabilities
  • feature/m6-clickhouse-connector
  • feature/m6-connector-registry
  • feature/m6-cutover
  • feature/m6-delta-spec
  • feature/m6-execution-plan
  • feature/m6-file-parquet-connector
  • feature/m6-http-websocket-connectors
  • feature/m6-kafka-connector
  • feature/m6-postgresql-connector
  • feature/m6-project-v3
  • feature/m6-python-capabilities
  • feature/m6-studio-v3
  • feature/m7-docs-migration
  • feature/m7-perf-gates
  • feature/m7-release
  • feature/m7-security-supply-chain
  • feature/mysql-connector
  • feature/pin-pyo3-python-venv
  • feature/python-connector-examples
  • feature/python-connector-examples-complete
  • feature/python-expression-api-refactor
  • feature/python-publishing-workflow
  • feature/rolling-aggregates
  • feature/rolling-indicator-comparison-plan
  • feature/rolling-lag-delta
  • feature/rolling-time-correlation
  • feature/sql-datafusion-performance
  • feature/stateless-stream-providers
  • feature/static-stream-inputs
  • feature/stream-join-docs-reconcile
  • feature/symbolic-baselines
  • feature/symbolic-contract
  • feature/symbolic-engine-design
  • feature/symbolic-event-window-aggregation
  • feature/symbolic-exponential-indicators
  • feature/symbolic-expressions
  • feature/symbolic-finance-hardening
  • feature/symbolic-matrix-streaming
  • feature/symbolic-optimization
  • feature/symbolic-program-analysis
  • feature/symbolic-relational-dag
  • feature/symbolic-release
  • feature/symbolic-row-lowering
  • feature/symbolic-stream-joins
  • feature/unified-benchmark-suite
  • feature/warm-stream-incremental
  • fix/DAL-192-zero-column-metadata
  • fix/a6-plan-status
  • fix/always-run-documentation-checks
  • fix/capability-state-layouts
  • fix/ci-performance
  • fix/continuous-streaming-v3-closure
  • fix/core-only-pypi-release
  • fix/dal-130-stream-join-status-shape
  • fix/dal-130-zero-match-join-batch
  • fix/dal-151-soak-smoke-budgets
  • fix/dal-160-join-capture-cost
  • fix/dal-166-wallclock-guard
  • fix/dal-167-windows-clippy-cfg-lints
  • fix/dal-183-generated-node-id-collision
  • fix/perf-gate-comparability
  • fix/performance-gate-coverage
  • fix/pypi-core-upload-v4
  • fix/release-cold-build-budget
  • fix/sce05-performance-gate
  • fix/sce08-performance-gate
  • fix/symbolic-audit-test-gaps
  • fix/symbolic-baseline-recovery-race
  • main

09 Sep 2026 04:48PM UTC coverage: 94.256% (+1.5%) from 92.805%
34379051547

push

github

web-flow
fix: preserve zero-column metadata rows (DAL-192) (#262)

Preserve row counts when normalizing Arrow metadata on zero-column inputs.
Use RecordBatch metadata replacement before recombining these inputs, while
retaining the existing buffer-sharing path for tables with columns.

Cover Table, RecordBatch and native Batch inputs, empty and populated inputs,
sync/async collection, iterable streams, caller metadata and resource cleanup.
Keep the stream regression below the existing complexity threshold and document
the corrected behavior.

Validated on head 760f071f6 against main
6a09e9233: 52 focused tests pass; the full
Python suite passes 1529 tests with 2 optional-feature skips and 95.25% coverage.
Final specialist review approves the change, and all 53 CI checks pass.

Closes DAL-192

9518 of 10098 relevant lines covered (94.26%)

0.94 hits per line

Relevant lines Covered
Build:
Build:
10098 RELEVANT LINES 9518 COVERED LINES
0.94 HITS PER LINE
Source Files on main
  • Tree
  • List 47
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
34379051547 main fix: preserve zero-column metadata rows (DAL-192) (#262) Preserve row counts when normalizing Arrow metadata on zero-column inputs. Use RecordBatch metadata replacement before recombining these inputs, while retaining the existing buffer-sharing ... push 09 Sep 2026 05:02PM UTC web-flow github
94.26
34371122560 fix/DAL-192-zero-column-metadata Merge 760f071f6 into 6a09e9233 Pull #262 09 Sep 2026 03:53PM UTC web-flow github
92.83
34368783706 fix/DAL-192-zero-column-metadata Merge ab47abe66 into 6a09e9233 Pull #262 09 Sep 2026 03:30PM UTC web-flow github
90.35
34368775664 main feat: Add bounded backward ASOF streaming joins ## Summary Add a stream-only backward ASOF join that selects the greatest `(right_time, right_sequence)` for the same exact key in the inclusive interval `[left_time - tolerance, left_time]`. Each ... push 09 Sep 2026 03:29PM UTC web-flow github
92.8
34363349847 fix/DAL-192-zero-column-metadata Merge 1194ee701 into 37fde7531 Pull #262 09 Sep 2026 02:40PM UTC web-flow github
92.77
34356134444 main docs: complete Python examples for every connector (#261) Complete Python examples for all seven connectors and their supported read/write directions. Add Kafka, PostgreSQL, MySQL, and ClickHouse sink examples with result validation and cleanup; ... push 09 Sep 2026 01:34PM UTC web-flow github
92.77
34334765362 feature/bounded-backward-asof-join Merge 500b742de into 06c022306 Pull #260 09 Sep 2026 09:44AM UTC web-flow github
92.8
34332956106 feature/bounded-backward-asof-join Merge 65e503d7f into 06c022306 Pull #260 09 Sep 2026 09:24AM UTC web-flow github
94.26
34307562228 feature/bounded-backward-asof-join Merge 145ccd350 into 06c022306 Pull #260 09 Sep 2026 03:50AM UTC web-flow github
92.59
34304301607 feature/bounded-backward-asof-join Merge e03f075fa into 06c022306 Pull #260 09 Sep 2026 02:59AM UTC web-flow github
94.25
See All Builds (306)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc