You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute the statement select count(*) always getting 0
let ctx = SessionContext::new();
ctx.register_orc("table1","tests/basic/data/alltypes.snappy.orc",OrcReadOptions::default(),).await?;
ctx.sql("select count(*) from table1").await?
.show().await?;
The text was updated successfully, but these errors were encountered:
Execute the statement
select count(*)
always getting 0The text was updated successfully, but these errors were encountered: