Miki Tebeka

Results 83 comments of Miki Tebeka

> Don't we want the py as well? IMO Python will be a seperate project > How would external lib import the specific Go file? Depends on the build tag....

@yonidavidson Can you format the code above?

> C.array_builder_append_timestamp should pass a pointer I don't understand why

I'm +1 on auto generating as much code as possible. However keep the code simple, if strings/timestamp make the code complex - do it just for numbers.

There are several ways to create Python extension, IMO it's best to use [Cython](https://cython.org/) since it's what's `pyarrow` is using. We'll probably need to change the C++ API we currently...

OK, @efiShtain helped me fix the issue. Now we can add tests.

@itayd Can we close this PR or do we still talk about it?

> I vote to remove all the fine details and stick with a simple approach: Agree

Thanks. I'll have a look when I find some time. Note that this project is not well maintained. I suggest you'll look at https://github.com/cue-lang/cue-py which is maintained by the cue...

@itayd Can we close this one?