ColinLeeo commented on code in PR #388:
URL: https://github.com/apache/tsfile/pull/388#discussion_r1975567158


##########
python/tsfile/tsfile_reader.pyx:
##########
@@ -29,14 +37,23 @@ cdef class ResultSetPy:
     """
     Get data from a query result.
     """
+    __pyx_allow_weakref__ = True
     cdef ResultSet result
-    cdef public object metadata
-    cdef public object device_name
+    cdef object metadata
+    cdef object device_name
+    cdef object not_invalid_result_set

Review Comment:
   fixed



-- 
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: notifications-unsubscr...@tsfile.apache.org

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

Reply via email to