Erik-Cristian S.

Results 4 issues of Erik-Cristian S.

A while ago I created https://github.com/bloomberg/attrs-strict a library to help with runtime validation of attrs classes. The way it currently works is you need to "enable" it per attribute in...

Feature

Currently, when the input file used to load data into a database has an incorrect format, the error shows as a syntax error in the following format: ```prolog Error: error(syntax_error('PN_PREFIX...

bug
planning-week

Currently, the `isinstance` check doesn't work with anything existing in the typing module. For example, you can't do the following: ```python from typing import Dict x = {'a': 'b'} isinstance(x,...

help wanted
Feature

### What's the equivalent of Generator stream in Cpp ? I was wondering if the same coroutine behavior as in https://arrow.apache.org/docs/python/generated/pyarrow.flight.GeneratorStream.html can be achieved in the cpp version of ArrowFlight...

Component: C++
Component: FlightRPC
Type: usage