qzyu999 commented on code in PR #474:
URL: https://github.com/apache/fluss-rust/pull/474#discussion_r3033647329
##########
bindings/python/src/lib.rs:
##########
@@ -130,6 +130,8 @@ fn _fluss(m: &Bound<'_, PyModule>) -> PyResult<()> {
m.add_class::<WriteResultHandle>()?;
m.add_class::<DatabaseDescriptor>()?;
m.add_class::<DatabaseInfo>()?;
+ m.add_class::<DataType>()?;
Review Comment:
Hi @fresh-borzoni, added the .pyi stubs in
6a0fdf20db532a0ed1fca4fd1a4bfae0c8be059b.
--
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]