Skip to content

Commit 4b59a1b

Browse files
committed
fix equality.jl
1 parent 598487f commit 4b59a1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/julia/LogicalQueryProtocol.jl/src/equality.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Base.hash(a::ExportIcebergConfig, h::UInt) = hash(
384384
a.compression,
385385
hash(
386386
a.target_file_size_bytes,
387-
hash(a.prefix, hash(a.columns, hash(a.config, hash(a.locator, h))))),
387+
hash(a.prefix, hash(a.columns, hash(a.config, hash(a.locator, h)))),
388388
),
389389
)
390390
Base.isequal(a::ExportIcebergConfig, b::ExportIcebergConfig) =

0 commit comments

Comments
 (0)