We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c591d88 commit 43ba4e9Copy full SHA for 43ba4e9
src/builder/analyzer.rs
@@ -857,7 +857,7 @@ impl AnalyzerContext {
857
let mut value_fields_idx = vec![];
858
for (idx, field) in collector_schema.fields.iter().enumerate() {
859
if !pk_fields_idx.contains(&idx) {
860
- value_fields_schema.push(field.clone());
+ value_fields_schema.push(field.without_attrs());
861
value_fields_idx.push(idx as u32);
862
}
863
0 commit comments