feldera 0.47.0__tar.gz → 0.49.0__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.
Potentially problematic release.
This version of feldera might be problematic. Click here for more details.
- {feldera-0.47.0 → feldera-0.49.0}/PKG-INFO +1 -1
- {feldera-0.47.0 → feldera-0.49.0}/feldera/runtime_config.py +2 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera.egg-info/PKG-INFO +1 -1
- {feldera-0.47.0 → feldera-0.49.0}/pyproject.toml +1 -1
- {feldera-0.47.0 → feldera-0.49.0}/tests/test_udf.py +32 -32
- {feldera-0.47.0 → feldera-0.49.0}/README.md +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/__init__.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/_callback_runner.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/_helpers.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/enums.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/output_handler.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/pipeline.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/pipeline_builder.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/rest/__init__.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/rest/_httprequests.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/rest/config.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/rest/errors.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/rest/feldera_client.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/rest/pipeline.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/rest/sql_table.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera/rest/sql_view.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera.egg-info/SOURCES.txt +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera.egg-info/dependency_links.txt +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera.egg-info/requires.txt +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/feldera.egg-info/top_level.txt +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/setup.cfg +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/tests/test_pipeline.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/tests/test_pipeline_builder.py +0 -0
- {feldera-0.47.0 → feldera-0.49.0}/tests/test_variant.py +0 -0
|
@@ -70,6 +70,7 @@ class RuntimeConfig:
|
|
|
70
70
|
max_buffering_delay_usecs: int = 0,
|
|
71
71
|
min_batch_size_records: int = 0,
|
|
72
72
|
clock_resolution_usecs: Optional[int] = None,
|
|
73
|
+
provisioning_timeout_secs: Optional[int] = None,
|
|
73
74
|
resources: Optional[Resources] = None,
|
|
74
75
|
):
|
|
75
76
|
self.workers = workers
|
|
@@ -80,6 +81,7 @@ class RuntimeConfig:
|
|
|
80
81
|
self.max_buffering_delay_usecs = max_buffering_delay_usecs
|
|
81
82
|
self.min_batch_size_records = min_batch_size_records
|
|
82
83
|
self.clock_resolution_usecs = clock_resolution_usecs
|
|
84
|
+
self.provisioning_timeout_secs = provisioning_timeout_secs
|
|
83
85
|
if resources is not None:
|
|
84
86
|
self.resources = resources.__dict__
|
|
85
87
|
|
|
@@ -268,38 +268,38 @@ pub fn nstr2nstr(i: SqlString) -> Result<SqlString, Box<dyn std::error::Error>>
|
|
|
268
268
|
output = out.to_dict()
|
|
269
269
|
assert output == [
|
|
270
270
|
{
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
271
|
+
"EXPR$0": True,
|
|
272
|
+
"EXPR$1": True,
|
|
273
|
+
"EXPR$10": 0.5,
|
|
274
|
+
"EXPR$11": 0.5,
|
|
275
|
+
"EXPR$12": 1e-05,
|
|
276
|
+
"EXPR$13": 1e-05,
|
|
277
|
+
"EXPR$14": [],
|
|
278
|
+
"EXPR$15": [],
|
|
279
|
+
"EXPR$16": Timestamp("2024-09-25 00:00:00"),
|
|
280
|
+
"EXPR$17": Timestamp("2024-09-25 00:00:00"),
|
|
281
|
+
"EXPR$18": Timestamp("2024-09-25 13:05:00"),
|
|
282
|
+
"EXPR$19": Timestamp("2024-09-25 13:05:00"),
|
|
283
|
+
"EXPR$2": 1,
|
|
284
|
+
"EXPR$20": Timedelta("0 days 13:05:00"),
|
|
285
|
+
"EXPR$21": Timedelta("0 days 13:05:00"),
|
|
286
|
+
"EXPR$22": [1, 2, 3, 4, 5],
|
|
287
|
+
"EXPR$23": [1, 2, 3, 4, 5],
|
|
288
|
+
"EXPR$24": {"foo": "bar"},
|
|
289
|
+
"EXPR$25": {"foo": "bar"},
|
|
290
|
+
"EXPR$26": '{"foo": "bar"}',
|
|
291
|
+
"EXPR$27": '{"foo": "bar"}',
|
|
292
|
+
"EXPR$28": Decimal("123.45"),
|
|
293
|
+
"EXPR$29": Decimal("123.45"),
|
|
294
|
+
"EXPR$3": 1,
|
|
295
|
+
"EXPR$30": "foobar",
|
|
296
|
+
"EXPR$31": "foobar",
|
|
297
|
+
"EXPR$4": -2,
|
|
298
|
+
"EXPR$5": -2,
|
|
299
|
+
"EXPR$6": 3,
|
|
300
|
+
"EXPR$7": 3,
|
|
301
|
+
"EXPR$8": -4,
|
|
302
|
+
"EXPR$9": -4,
|
|
303
303
|
"insert_delete": 1,
|
|
304
304
|
}
|
|
305
305
|
]
|
|
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
|