Skip to content

Commit

Permalink
Use arrow1 datatype in reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 6, 2025
1 parent bc82d0e commit 10cbe61
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 121 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ fn generate_component_reflection(
ComponentReflection {
docstring_md: #docstring_md,
custom_placeholder: #custom_placeholder,
datatype: #type_name::arrow2_datatype(),
datatype: #type_name::arrow_datatype(),
}
};
quoted_pairs.push(quote! { (#quoted_name, #quoted_reflection) });
Expand Down
Loading

0 comments on commit 10cbe61

Please sign in to comment.