Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sehz committed May 6, 2023
1 parent 6bf13b0 commit b95b0dc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
1 change: 0 additions & 1 deletion crates/fluvio-controlplane-metadata/src/topic/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ impl Default for TopicSchema {
serde(rename_all = "camelCase")
)]
pub struct ColumnSchema {
#[fluvio(min_version = 11)]
#[cfg_attr(feature = "use_serde", serde(default))]
columns: Vec<ColumnDef>,
}
Expand Down
23 changes: 12 additions & 11 deletions crates/fluvio-controlplane-metadata/tests/topic_col.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ spec:
replicas:
computed:
partitions: 1
columns:
- name: route
ty: string
- name: speed
ty: integer
- name: longitude
ty: double
- name: latitude
ty: double
- name: time
ty: timestamp
schema:
columns:
- name: route
ty: string
- name: speed
ty: integer
- name: longitude
ty: double
- name: latitude
ty: double
- name: time
ty: timestamp

16 changes: 8 additions & 8 deletions smartmodule/regex-filter/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b95b0dc

Please sign in to comment.