chalkruntime 3.36.2__tar.gz → 3.36.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/PKG-INFO +1 -1
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/server/entrypoint.py +14 -4
- chalkruntime-3.36.4/chalkruntime/utils/proto_bytes_cache.py +82 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime.egg-info/PKG-INFO +1 -1
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime.egg-info/SOURCES.txt +1 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/pyproject.toml +1 -1
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/README.md +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/__init__.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/constants.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/dataframe/__init__.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/dataframe/dataframe.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/dataframe/lazyframe.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/exc/__init__.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/exc/failed_argument.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/exc/resolver_errors.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/exc/wrapped_resolver_exception.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/__init__.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/chalk_overload.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/convert_chalkpy_underscore.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/feature.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/filter_conversion.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/global_graph.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/graph.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/graph_impl.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/graph_proxy.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/graph_state.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/jinja_parser.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/materializations.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/maybe_named_collection.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/named_query.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/nearest_neighbor.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/overlay_graph.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/prompt_service.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/protograph_deserializer.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/protograph_serializer.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/resolver.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/singletons.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/sklearn_model_parser.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/stream_resolver.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/underscore.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/underscore_codec_info.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/underscore_operation_registry.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/variables.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/heaptrack_launcher.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/incrementalization/__init__.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/incrementalization/group_incrementalizer.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/incrementalization/incrementalizer.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/__init__.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/batch_result_collector.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/bound_invoker.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/bound_invoker_cache.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/general_bound_invoker.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/no_arg_scalar_invoker.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/one_to_one_invoker.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/overlay_features.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/parse_external_resolver.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/partition_batch.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/query_execution_parameters.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/resolver_args_builder.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/resolver_input.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/resolver_input_upload.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/resolver_output_metadata.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/resolver_raw_output_parsing.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/resolver_result.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/resolver_runner.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/sample.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/validator.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/vectorized_hasmany_sampler.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/loader/__init__.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/loader/converter.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/loader/importer.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/memray_launcher.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/metadata.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/py.typed +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/server/__init__.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/server/branch_model_endpoint_config.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/server/config.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/server/env_helper.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/server/remote_python_function_registry_client.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/server/service.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/sql_rewriter/__init__.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/sql_rewriter/composed_rewriter.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/sql_rewriter/contextual_query_rewriter.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/sql_rewriter/filter_query_rewriter.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/sql_rewriter/identity_rewriter.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/sql_rewriter/query_rewriter.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/sql_rewriter/query_rewriter_helper.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/streaming/__init__.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/streaming/converter_utils.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/streaming/exc.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/streaming/message_parsing.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/streaming/resolver_utils.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/streaming/streaming_invoker_kernel/__init__.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/streaming/streaming_invoker_kernel/local_streaming_invoker_kernel.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/streaming/types.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/streaming/window_keys.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/utils/__init__.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/utils/async_helpers.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/utils/contextvars.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/utils/datadog.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/utils/internal_pl_utils.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/utils/posix_file_lock.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/utils/tracing.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/utils/viztracer_profiling.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/valgrind_launcher.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime.egg-info/dependency_links.txt +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime.egg-info/requires.txt +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime.egg-info/top_level.txt +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/setup.cfg +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/setup.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/tests/test_branch_model_endpoint_config.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/tests/test_captured_global_function_refs.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/tests/test_graph_cache.py +0 -0
- {chalkruntime-3.36.2 → chalkruntime-3.36.4}/tests/test_posix_file_lock.py +0 -0
|
@@ -79,6 +79,7 @@ from chalkruntime.loader.importer import (
|
|
|
79
79
|
from chalkruntime.server.config import Config
|
|
80
80
|
from chalkruntime.server.service import ImportGraphResult, InvokerService
|
|
81
81
|
from chalkruntime.utils.datadog import get_datadog_kwargs
|
|
82
|
+
from chalkruntime.utils.proto_bytes_cache import load_proto_bytes_with_cache
|
|
82
83
|
|
|
83
84
|
if TYPE_CHECKING:
|
|
84
85
|
from azure.core.credentials import TokenCredential
|
|
@@ -199,11 +200,20 @@ def _grpc_server_thread(grpc_query_server: CppGrpcServer, finished_event: Future
|
|
|
199
200
|
|
|
200
201
|
def _export_from_bucket(filename: str, storage_client: StorageClient) -> export_pb2.Export:
|
|
201
202
|
"""Download a pre-generated Export proto from cloud storage."""
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
203
|
+
|
|
204
|
+
def _download(uri: str) -> bytes:
|
|
205
|
+
buf = io.BytesIO()
|
|
206
|
+
storage_client.download_object(uri, buf)
|
|
207
|
+
return buf.getvalue()
|
|
208
|
+
|
|
209
|
+
proto_export_bytes = load_proto_bytes_with_cache(
|
|
210
|
+
uri=filename,
|
|
211
|
+
download=_download,
|
|
212
|
+
cache_dir=os.getenv("CHALK_PROTO_GRAPH_CACHE_DIR"),
|
|
213
|
+
proto_label="proto export",
|
|
214
|
+
)
|
|
205
215
|
proto_export = export_pb2.Export()
|
|
206
|
-
proto_export.ParseFromString(
|
|
216
|
+
proto_export.ParseFromString(proto_export_bytes)
|
|
207
217
|
return proto_export
|
|
208
218
|
|
|
209
219
|
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
import hashlib
|
|
4
|
+
import logging
|
|
5
|
+
import os
|
|
6
|
+
import tempfile
|
|
7
|
+
from collections.abc import Callable
|
|
8
|
+
from pathlib import Path
|
|
9
|
+
|
|
10
|
+
from chalkruntime.utils.posix_file_lock import posix_file_lock
|
|
11
|
+
|
|
12
|
+
_logger = logging.getLogger(__name__)
|
|
13
|
+
|
|
14
|
+
DEFAULT_PROTO_BYTES_CACHE_DIR = "/tmp/chalk_proto_graph_cache"
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def load_proto_bytes_with_cache(
|
|
18
|
+
*,
|
|
19
|
+
uri: str,
|
|
20
|
+
download: Callable[[str], bytes],
|
|
21
|
+
cache_dir: str | os.PathLike[str] | None = None,
|
|
22
|
+
proto_label: str = "proto bytes",
|
|
23
|
+
) -> bytes:
|
|
24
|
+
"""Return downloaded proto bytes for `uri`, using an on-disk cache + file lock."""
|
|
25
|
+
resolved_cache_dir = Path(cache_dir) if cache_dir else Path(DEFAULT_PROTO_BYTES_CACHE_DIR)
|
|
26
|
+
cache_key = hashlib.sha256(uri.encode("utf-8")).hexdigest()
|
|
27
|
+
cache_path = resolved_cache_dir / f"{cache_key}.pb"
|
|
28
|
+
lock_path = resolved_cache_dir / f"{cache_key}.lock"
|
|
29
|
+
|
|
30
|
+
with posix_file_lock(lock_path):
|
|
31
|
+
if cache_path.exists():
|
|
32
|
+
try:
|
|
33
|
+
cached_bytes = cache_path.read_bytes()
|
|
34
|
+
except OSError:
|
|
35
|
+
_logger.warning(
|
|
36
|
+
"Failed to read %s cache at %s; re-downloading from %s",
|
|
37
|
+
proto_label,
|
|
38
|
+
cache_path,
|
|
39
|
+
uri,
|
|
40
|
+
exc_info=True,
|
|
41
|
+
)
|
|
42
|
+
else:
|
|
43
|
+
_logger.info(
|
|
44
|
+
"Loaded %s (%d bytes) from cache %s for uri=%s",
|
|
45
|
+
proto_label,
|
|
46
|
+
len(cached_bytes),
|
|
47
|
+
cache_path,
|
|
48
|
+
uri,
|
|
49
|
+
)
|
|
50
|
+
return cached_bytes
|
|
51
|
+
|
|
52
|
+
proto_bytes = download(uri)
|
|
53
|
+
_logger.info(
|
|
54
|
+
"Downloaded %s (%d bytes) from %s; writing cache to %s",
|
|
55
|
+
proto_label,
|
|
56
|
+
len(proto_bytes),
|
|
57
|
+
uri,
|
|
58
|
+
cache_path,
|
|
59
|
+
)
|
|
60
|
+
_atomic_write_bytes(cache_path, proto_bytes)
|
|
61
|
+
return proto_bytes
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
def _atomic_write_bytes(path: Path, data: bytes) -> None:
|
|
65
|
+
path.parent.mkdir(parents=True, exist_ok=True)
|
|
66
|
+
fd, tmp_name = tempfile.mkstemp(
|
|
67
|
+
dir=path.parent,
|
|
68
|
+
prefix=f".{path.name}.",
|
|
69
|
+
suffix=".tmp",
|
|
70
|
+
)
|
|
71
|
+
try:
|
|
72
|
+
with os.fdopen(fd, "wb") as tmp:
|
|
73
|
+
tmp.write(data)
|
|
74
|
+
tmp.flush()
|
|
75
|
+
os.fsync(tmp.fileno())
|
|
76
|
+
os.replace(tmp_name, path)
|
|
77
|
+
except BaseException:
|
|
78
|
+
try:
|
|
79
|
+
os.unlink(tmp_name)
|
|
80
|
+
except FileNotFoundError:
|
|
81
|
+
pass
|
|
82
|
+
raise
|
|
@@ -141,6 +141,7 @@ chalkruntime/utils/contextvars.py
|
|
|
141
141
|
chalkruntime/utils/datadog.py
|
|
142
142
|
chalkruntime/utils/internal_pl_utils.py
|
|
143
143
|
chalkruntime/utils/posix_file_lock.py
|
|
144
|
+
chalkruntime/utils/proto_bytes_cache.py
|
|
144
145
|
chalkruntime/utils/tracing.py
|
|
145
146
|
chalkruntime/utils/viztracer_profiling.py
|
|
146
147
|
tests/test_branch_model_endpoint_config.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/convert_chalkpy_underscore.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/graph/underscore_operation_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/incrementalization/group_incrementalizer.py
RENAMED
|
File without changes
|
{chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/incrementalization/incrementalizer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/query_execution_parameters.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/resolver_output_metadata.py
RENAMED
|
File without changes
|
{chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/resolver_raw_output_parsing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/invoker/vectorized_hasmany_sampler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/server/branch_model_endpoint_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/sql_rewriter/contextual_query_rewriter.py
RENAMED
|
File without changes
|
{chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/sql_rewriter/filter_query_rewriter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{chalkruntime-3.36.2 → chalkruntime-3.36.4}/chalkruntime/sql_rewriter/query_rewriter_helper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|