zhangfengcdt commented on code in PR #237:
URL: https://github.com/apache/sedona-db/pull/237#discussion_r2466988729


##########
rust/sedona/src/show.rs:
##########
@@ -252,7 +252,8 @@ impl<'a> DisplayTable<'a> {
             }
         }
 
-        table.set_truncation_indicator(self.truncation_indicator());
+        // TODO: set_truncation_indicator method was removed in comfy_table 7.x
+        // table.set_truncation_indicator(self.truncation_indicator());

Review Comment:
   Upgrade it to 7.1.4 solves the issue now.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to