Parker Timmerman

Results 67 issues of Parker Timmerman

As it says in the title!

This should make it such that we capture `bazel-explain.log` as a build artifact which will help us debug builds in CI. Note: Soon we'll turn off explains by default because...

This PR refactors `RelationDesc` to support adding columns to tables, it does a few things: 1. Creates a `RelationDescBuilder` and moves a few methods, namely `with_column(...)` onto the new builder....

This PR adds the `mz_statement_logging_record_count` prometheus metric to track the total number of statements we record in the recent activity log, and whether or not that statement was actually sampled....

_work in progress_ ### Motivation ### Tips for reviewer ### Checklist - [ ] This PR has adequate test coverage / QA involvement has been duly considered. ([trigger-ci for additional...

Work in progress ### Motivation ### Tips for reviewer ### Checklist - [ ] This PR has adequate test coverage / QA involvement has been duly considered. ([trigger-ci for additional...

### Feature request A common issue we see are users creating a table like `MY_TABLE` and then trying to run a query like `select * from MY_TABLE` and the error...

C-feature
A-ADAPTER

**Describe the bug** If you don't specify a `walkingTime` with each station, then you don't get back any train times, specifically the `upTown` and `downTown` lists are empty, because the...

🐛 bug
💡 enhancement
🆘 help wanted
❔ question

work in progress ### Motivation ### Tips for reviewer ### Checklist - [ ] This PR has adequate test coverage / QA involvement has been duly considered. ([trigger-ci for additional...

# [Rendered](https://github.com/ParkMyCar/materialize/blob/alter_table/design-doc/doc/developer/design/20241015_add_columns_to_tables.md) ### Motivation Adds the design doc that was previously discussed in [Notion](https://www.notion.so/materialize/Adding-Columns-to-Tables-in-Materialize-11213f48d37b806280cbf2d9aa4b5f9a?pvs=4). ### Tips for reviewer ### Checklist - [x] This PR has adequate test coverage / QA...