Andre Luis Anastacio

Results 71 comments of Andre Luis Anastacio

@Fokko, could you assign the History table to me? I was studying the Java implementation of the History table and noticed that we need some utility functions to handle the...

Hello @apersilva, can you give us the error stack trace and a minimal code example that can reproduce this error?

@Fokko, can you help with clarifying the expected behavior? I believe we should compare the representations (repr) of the objects. Currently, the doc attribute is not included in the `__repr__`,...

Sorry, I double-checked the Java implementation, and it's correct on the Python side. @apersilva, for your case, I believe you need to do something like this: ``` from pyiceberg.io.pyarrow import...

I started a [discussion](https://lists.apache.org/thread/ko4bstd6rk4w4xhboh1ynbfmhlhj01rc) on the mailing list about the delete orphan files and meanwhile I'm studying the expire snapshots.

Hello everyone, I need some help with this. During the implementation process, I noticed that we lack some features that exist in the Java implementation. The first one I want...

After reading my question again, I'm not sure if I was clear enough. I want to discuss the design of the implementation in more detail. I'm currently creating a class...

@kevinjqliu Thank you, I will start writing a document next week detailing what I found and explaining the differences in the commit operation and what we don't have in Python.

@kevinjqliu I believe that I now understand the differences in how we perform TableMetadata updates in Python versus how it's done in Java. I think that the set of classes...

Hello @RoseGoldIsntGay, how did you create this table? I couldn't find any specifications in the Iceberg documentation about naming, but I believe the convention is that names may only contain...