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
## Summary
Tracking Issue: #6618
Adds methods related to extension scalars to the `ExtVTable`.
This then required updating existing implementors of `ExtVTable` (only
datetime and mock extension test types).
I think this is a nice step before the much more intrusive change to
`ScalarValue` where we add the `Extension` variant.
## API Changes
This is a breaking change to `ExtVTable`.
## Testing
TODO
<!--
Please describe how this change was tested. Here are some common
categories for
testing in Vortex:
1. Verifying existing behavior is maintained.
2. Verifying new behavior and functionality works correctly.
3. Serialization compatibility (backwards and forwards) should be
maintained or
explicitly broken.
-->
---------
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
0 commit comments