yjhjstz commented on code in PR #1887:
URL: https://github.com/apache/cloudberry/pull/1887#discussion_r3779782861
##########
src/include/fstream/gfile.h:
##########
@@ -77,6 +88,9 @@ typedef struct gfile_t
#endif
#ifdef USE_ZSTD
struct zstdlib_stuff*zstd;
+#endif
+#ifdef USE_LZO
+ struct lzo_stuff*lzo;
Review Comment:
struct lzo_stuff* lzo; ?
--
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]