alex-kar commented on PR #145:
URL: https://github.com/apache/iceberg-go/pull/145#issuecomment-2348837415

   @zeroshade Same result
   ```
   func ExampleDescribeTable() {
        meta, _ := table.ParseMetadataBytes([]byte(ExampleTableMetadataV1))
        table := table.New([]string{"t"}, meta, "", nil)
   
        text{}.DescribeTable(table)
   
        // Output:
        // Expected
   }
   ```
   Failed test
   ```
   --- FAIL: ExampleDescribeTable (0.00s)
   got:
   
   want:
   Expected
   ```
   It does not capture output.
   
   Separately tested `pterm`
   ```
   func ExamplePterm() {
        pterm.Printfln("Test")
   
        // Output: test
   }
   ```
   Also fails
   ```
   --- FAIL: ExamplePterm (0.00s)
   got:
   
   want:
   test
   ```
   I'll try to check `pterm` lib to understand its magic.


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to