Hung-Yang Chang

Results 3 comments of Hung-Yang Chang

Hi @Fokko I have similar question on reading Iceberg table from nessie server I set up nessie server locally, and I would like to access the Iceberg table. Here is...

It is not working for me so far, I am still trying My config: ``` print ("Initializing Nessie client...") catalog = load_catalog( "rest", **{ "uri": "http://10.3.120.105:19120/iceberg", "authentication.type": "BASIC", "authentication.username": "test-nessie",...

I did some dirty logging in pyiceberg.table.append ``` def append(self, df: pa.Table, snapshot_properties: Dict[str, str] = EMPTY_DICT) -> None: """ Shorthand API for appending a PyArrow table to a table...