-
Notifications
You must be signed in to change notification settings - Fork 70
Closed as duplicate of#555
Description
Installing Arrow on Julia 1.12.2 gives me the following warning:
┌ Arrow
│ WARNING: Constructor for type "Type" was extended in `Flatbuf` without explicit qualification or import.
│ NOTE: Assumed "Type" refers to `Base.Type`. This behavior is deprecated and may differ in future versions.`
│ NOTE: This behavior may have differed in Julia versions prior to 1.12.
│ Hint: If you intended to create a new generic function of the same name, use `function Type end`.
│ Hint: To silence the warning, qualify `Type` as `Base.Type` in the method signature or explicitly `import Base: Type`.
└
Should be easy to fix, I guess.
Metadata
Metadata
Assignees
Labels
No labels