maxburke commented on code in PR #18950:
URL: https://github.com/apache/datafusion/pull/18950#discussion_r2566596893


##########
datafusion/functions/src/encoding/inner.rs:
##########
@@ -553,3 +567,29 @@ fn decode(args: &[ColumnarValue]) -> Result<ColumnarValue> 
{
     }?;
     decode_process(expression, encoding)
 }
+
+#[cfg(test)]
+mod tests {
+    #[test]
+    fn test_encode_fsb() {

Review Comment:
   Unfortunately I don't have the bandwidth to dig into SLT tests at this time. 
I have provided this MR, it contains tests, and in the past this has been 
sufficient for Datafusion. You may take it from here as you wish.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to