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 b9e40fa commit 43ecb6bCopy full SHA for 43ecb6b
vector/src/main/java/org/apache/arrow/vector/extension/UuidType.java
@@ -63,6 +63,8 @@ public class UuidType extends ExtensionType {
63
/** Storage type for UUID: FixedSizeBinary(16). */
64
public static final ArrowType STORAGE_TYPE = new ArrowType.FixedSizeBinary(UUID_BYTE_WIDTH);
65
66
+ private UuidType() {}
67
+
68
static {
69
ExtensionTypeRegistry.register(INSTANCE);
70
}
0 commit comments