Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-13 Thread via GitHub
nastra merged PR #11: URL: https://github.com/apache/iceberg-go/pull/11 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apach

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-13 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1358032220 ## table/table.go: ## @@ -0,0 +1,97 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +//

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-13 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1358030652 ## table/table.go: ## @@ -0,0 +1,97 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +//

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-13 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1358030118 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
zeroshade commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1355226646 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE f

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
zeroshade commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1355188292 ## table/table.go: ## @@ -0,0 +1,97 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
zeroshade commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1355179485 ## table/snapshots_test.go: ## @@ -0,0 +1,115 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NO

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
zeroshade commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1355178227 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE f

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
zeroshade commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1355176342 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE f

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
zeroshade commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1355167503 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE f

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1354314723 ## table/table.go: ## @@ -0,0 +1,97 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +//

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1354312210 ## table/table.go: ## @@ -0,0 +1,97 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +//

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1354309647 ## table/snapshots_test.go: ## @@ -0,0 +1,115 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTIC

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1354305239 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1354294161 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1354295034 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1354294458 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1354288851 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1354290828 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-11 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1354290270 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-07 Thread via GitHub
coded9 commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1349524574 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-07 Thread via GitHub
coded9 commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1349521151 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-06 Thread via GitHub
zeroshade commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1349140042 ## table/refs_test.go: ## @@ -0,0 +1,37 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE f

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-06 Thread via GitHub
zeroshade commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1348905234 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE f

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-06 Thread via GitHub
zeroshade commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1348900025 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE f

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-06 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1348503065 ## table/snapshots.go: ## @@ -0,0 +1,186 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE fil

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-06 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1348502543 ## table/snapshots.go: ## @@ -0,0 +1,186 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE fil

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-06 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1348499766 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-06 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1348501637 ## table/refs_test.go: ## @@ -0,0 +1,37 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-06 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1348499766 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-06 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1348499538 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-06 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1348498134 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-06 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1348492834 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-06 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1348492147 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

Re: [PR] feat(tables): add basic table implementation [iceberg-go]

2023-10-06 Thread via GitHub
nastra commented on code in PR #11: URL: https://github.com/apache/iceberg-go/pull/11#discussion_r1348491518 ## table/metadata.go: ## @@ -0,0 +1,401 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file