findepi opened a new issue, #13818:
URL: https://github.com/apache/datafusion/issues/13818

   ### Is your feature request related to a problem or challenge?
   
   It would be useful to be able to quickly test queries in current DataFusion 
(latest release or nightly snapshot), without having to check out main branch 
and running the build.
   It would lower the barrier of entry to verifying repro steps in issues, etc.
   
   ### Describe the solution you'd like
   
   a simple, official website hosted by the DataFusion project allowing to run 
queries using WASM build of DataFusion
   
   ### Describe alternatives you've considered
   
   ### cargo run
   
   Not doing this and requiring contributors to instead
   ```bash
   git checkout main && git pull &&
   cd datafusion-cli &&
   cargo run
   ```
   
   This is time consuming, and discourages issue reporters from checking their 
repro steps.
   Or project maintainers from verifying things in current main.
   
   ### docker image
   
   Having datafusion docker image and using that.
   This would be pretty convenient for maintainers, but not less accessible for 
the contributors or users. Browser-based would be more accessible
   
   
   
   
   ### Additional context
   
   - https://github.com/apache/datafusion/issues/13815
   - https://github.com/apache/datafusion/discussions/9834
   


-- 
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: github-unsubscr...@datafusion.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to