VictorPlusC commented on a change in pull request #16555:
URL: https://github.com/apache/beam/pull/16555#discussion_r789142974
##########
File path: sdks/python/apache_beam/runners/interactive/interactive_beam.py
##########
@@ -220,6 +220,24 @@ def display_timezone(self, value):
"""
self._display_timezone = value
+ @property
+ def specified_cache_dir(self):
+ """The cache directory specified by the user.
+
+ Defaults to None.
+ """
+ return self._specified_cache_dir
+
+ @specified_cache_dir.setter
Review comment:
I've added new logger warnings that are displayed if
interactive_beam.options.cache_root has been set. These warnings can be found
in background_caching_job.py where the StreamingCache is initialized, and in
interactive_environment.py where the FileBasedCacheManager is initialized.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]