alex-ber

Results 9 issues of alex-ber

Critically I need this https://issues.apache.org/jira/browse/HIVE-7090 fix. My code is in heavy use of temporary tables.

enhancement

There is exception printed out in the console (log) and directory spark- is left after JVM complete normal shutdown in `java.io.tmpdir` (strictly speaking it can be other directory, and it...

bug

**Describe the bug** I've created 2 custom operators: ```python from presidio_anonymizer.operators import Operator, Decrypt class Decrypt2(Decrypt): """Decrypt text to from its encrypted form.""" NAME = "decrypt2" PATTERN = r'@@@([\w\s\\]+)@@@' #...

bug
good first issue
anonymizer

This line is Python 2 only as message is not an attribute anymore in Python 3: https://github.com/devinstevenson/pure-transport/blob/master/puretransport/sasl_compat.py#L13 As your remarks, the code was taken from the Impyla project, so the...

First, thank you very much for you effort. I've found it here https://github.com/dropbox/PyHive/issues/32 I'm proposing changing documentation for caveat, beside editing `hive.py` the user can write the following: ```py from...

This will be less error-prone for your clients. This is my implementation. ```python import yappi import contextlib @contextlib.contextmanager def yappi_profiler(stats_file_path, stats_format_type='callgrind'): yappi.start() try: yield finally: yappi.stop() yappi.get_func_stats() \ .save(stats_file_path, type=stats_format_type)...

### System Info ```shell optimum version 1.21.4 (latest) # Use the official Python image from the Docker Hub FROM public.ecr.aws/docker/library/python:3.10-slim ``` ### Who can help? _No response_ ### Information -...

bug

### Describe the bug See also https://github.com/aio-libs/aiohttp/issues/10676 I'm using Fiddler as local Proxy Server This code is in some 3rd-party library: ```python TAVILY_API_URL = "https://api.tavily.com" async with aiohttp.ClientSession() as session:...

enhancement

### Describe the bug See also https://github.com/aio-libs/aiohttp/issues/10676 I'm using Fiddler as local Proxy Server This code is in some 3rd-party library: ```python TAVILY_API_URL = "https://api.tavily.com" async with aiohttp.ClientSession() as session:...

bug