luoyuxia commented on code in PR #2312:
URL: https://github.com/apache/fluss/pull/2312#discussion_r2868778780


##########
fluss-common/src/test/java/org/apache/fluss/row/encode/CompactedKeyEncoderTest.java:
##########
@@ -154,6 +171,22 @@ void testGetKeyForAllTypes() throws Exception {
 
             InternalRow keyRow = decodeRow(keyDataTypes, keyBytes);
 
+            URL url = 
getClass().getClassLoader().getResource(ENCODED_KEY_HEX_FILE_PATH);

Review Comment:
   Yes, I'm referring to loading the file from test resources is too complex. 
We can just have a simple test.



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