Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
  • Loading branch information
dshaaban01 committed Jan 1, 2025
1 parent ac017c8 commit a2e79e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Target/SubstraitPB/Export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ SubstraitExporter::exportType(Location loc, mlir::Type mlirType) {
type->set_allocated_i32(i32Type.release());
return std::move(type);
}

// Handle uuid.
if (mlirType.isa<UUIDType>()) {
// TODO(ingomueller): support other nullability modes.
Expand Down

0 comments on commit a2e79e7

Please sign in to comment.