Skip to content

Commit 8724d55

Browse files
JiT Compilation protos - Add file_paths (#2093)
Add file_paths field to pass accessible file paths at JiT compilation stage.
1 parent 2918c14 commit 8724d55

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

protos/jit.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ message JitCompilationRequest {
106106
google.protobuf.Struct jit_data = 4;
107107
// JiT compilation target type.
108108
JitCompilationTargetType compilation_target_type = 5;
109+
// List of additional file paths accessible at compilation.
110+
repeated string file_paths = 6;
109111
}
110112

111113
// JiT compilation response.

0 commit comments

Comments
 (0)