298 | public void testV2TableWithEqualityDeleteWhenColumnIsRow() | ||
299 | throws Exception | ||
300 | { | ||
301 | String tableName = "test_v2_equality_delete_column_is_row" + randomNameSuffix(); |
Could you please add more test cases?
158 | @Override | ||
159 | public <T> void set(int i, T t) | ||
160 | { | ||
161 | throw new UnsupportedOperationException("Testing StructLike does not support setting values."); |
Please update the exception message
60 | 83 | return "TrinoRow" + Arrays.toString(values); | |
61 | 84 | } | |
85 | |||
86 | static Object getObjectValue(ConnectorSession session, Block block, int position, Type type) |
Can we move this logic to IcebergPageSink, maybe an overload with getIcebergValue
, or even maybe we could extract a util
Login to write a write a comment.
Description
Additional context and related issues
Release notes
( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text: