mirror of
https://github.com/wassname/ray.git
synced 2026-08-18 12:20:14 +08:00
Cross-language invocation Part 1: Java calling Python functions and actors (#4166)
This commit is contained in:
@@ -96,8 +96,6 @@ table TaskInfo {
|
||||
// uniquely describe a function.
|
||||
// For a Python function, it should be: [module_name, class_name, function_name]
|
||||
// For a Java function, it should be: [class_name, method_name, type_descriptor]
|
||||
// TODO(hchen): after changing Python worker to use function_descriptor,
|
||||
// function_id can be removed.
|
||||
function_descriptor: [string];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user