LiangliangSui commented on code in PR #1332:
URL: https://github.com/apache/incubator-fury/pull/1332#discussion_r1452405696


##########
.github/workflows/ci.yml:
##########
@@ -127,7 +127,8 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - uses: dtolnay/rust-toolchain@nightly
-      - run: ./ci/run_ci.sh rust
+      - name: Run Rust CI

Review Comment:
   ```
   failures:
   
   ---- row stdout ----
   thread 'row' panicked at fury\src\row\reader.rs:105:28:
   slice index starts at 17592186044460 but ends at 80
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   ```
   Hi @theweipeng , is there any solution for the above test failure on Windows?



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