You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(rest): make data_type optional in AlterColumnsEntry (#338)
## Summary
Remove `data_type` from `required` in `AlterColumnsEntry`. UDF-only
alterations only need `path` + `virtual_column` — forcing `data_type`
causes clients to send empty/redundant values that can trigger
server-side metadata issues.
## Test plan
- [x] YAML validates
- [x] All clients build
Co-authored-by: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: java/lance-namespace-springboot-server/src/main/java/org/lance/namespace/server/springboot/model/AlterColumnsEntry.java
0 commit comments