Skip to content

Commit

Permalink
[Description]
Browse files Browse the repository at this point in the history
In native engine, add ability to set a create directory callback and add the corresponding config as a property. We also expose native_op_trace_directory_create_config as a session property.
  • Loading branch information
yuandagits committed Nov 30, 2024
1 parent 9bbb88b commit 98f73e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ SessionProperties::SessionProperties() {
QueryConfig::kQueryTraceTaskRegExp,
c.queryTraceTaskRegExp());

addSessionProperty(
addSessionProperty(
kOpTraceDirectoryCreateConfig,
"Config used to create operator trace directory. This config is provided to"
" underlying file system and the config is free form. The form should be defined "
Expand Down

0 comments on commit 98f73e8

Please sign in to comment.