Copilot

Results 4682 issues of Copilot

## Overview This PR implements Copilot instructions for the repository and introduces a new lightweight Go-based **agents framework** for automating tasks through YAML-based execution plans. ## What's New ### 🤖...

workflows

## Overview This PR introduces consistent Dockerfile formatting across the repository using dockerfmt, with automatic enforcement through CI and optional local pre-commit hooks. The CI workflow automatically commits formatting fixes...

workflows

## Summary: Add Compression for Cache Objects and Blobs - Rebased Branch This is a rebased version of the compression PR on branch `copilot/add-cache-compression-rebased` as requested. Successfully rebased onto current...

Embedded FBB messages return generic pointers requiring manual `reinterpret_cast` to specific types. This adds boilerplate when processing arrays of FBBs or nested messages. ## Changes **Wrapper Methods on Generic Types**...

## Thank you for opening a Pull Request! We appreciate your contribution to Opteryx. Your time and effort make a difference, and we're excited to review your changes. To help...

## Thank you for opening a Pull Request! We appreciate your contribution to Opteryx. Your time and effort make a difference, and we're excited to review your changes. To help...

## Overview This PR addresses the request to suggest which query plan optimization strategies should be pursued next in Opteryx. After analyzing the existing optimizer architecture and all 14 currently...

## Overview This PR provides a comprehensive review of available SQL language features in sqlparser-rs v0.59.0 and delivers prioritized recommendations for enhancing Opteryx's SQL dialect support. ## Key Finding 🎯...

## Overview This PR implements automatic flow/subplan identification in the physical planner to enable more efficient parallel execution. The planner now identifies chains of operations that can be executed together...

Mesh materials are transitioning from per-facet to per-patch granularity. This adds the infrastructure to store and transfer patch material data to device memory, parallel to existing facet arrays. ## Changes...