The Wayback Machine - https://web.archive.org/web/20220503233602/https://github.com/andygrove
Skip to content
Avatar

Achievements

Achievements

Highlights

  • Pro
  • 1 discussion answered

Organizations

@apache @tokio-rs
Block or Report

Block or report andygrove

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
andygrove/README.md

Hi there 👋

I'm Andy Grove, a software engineer specializing in distributed systems and query engines. I am the author of the book How Query Engines Work.

Career

I work for NVIDIA where I contribute to the RAPIDS Accelerator for Apache Spark, which is an open source plugin that provides GPU-acceleration for ETL workloads, leveraging the RAPIDS cuDF GPU DataFrame library which uses the Apache Arrow memory model.

Open Source

I am a PMC member and active contributor in the Apache Arrow project, where I have made the following donations:

I am also the original author of the sqlparser-rs crate.

Hobbies

I occasionally work on hobby projects involving digital electronics, microcontrollers, woodworking, and similar skills. Some of my projects have been featured on popular "maker" web sites.

Social Media

Pinned

  1. Apache Arrow DataFusion and Ballista query engines

    Rust 1.9k 329

  2. Extensible SQL Lexer and Parser for Rust

    Rust 1.1k 238

  3. Official Rust implementation of Apache Arrow

    Rust 850 207

  4. Apache Spark - A unified analytics engine for large-scale data processing

    Scala 32.8k 25.5k

  5. Spark RAPIDS plugin - accelerate Apache Spark with GPUs

    Scala 411 133

  6. cuDF - GPU DataFrame Library

    C++ 4.7k 606

1,282 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri

Contribution activity

May 2022

Created 5 commits in 1 repository

Created a pull request in apache/arrow-datafusion that received 2 comments

Fix bug in subquery join filters referencing outer query

Which issue does this PR close? Closes #2415 Rationale for this change Fixes a bug. What changes are included in this PR? The issue was that the SQ…

+78 −9 2 comments

Created an issue in apache/arrow-datafusion that received 1 comment

Type-coercion error with decimal type

Describe the bug I am trying to run query SELECT round(c1/3, 2) FROM aggregate_simple order by c1 where c1 is a decimal. The query fails with Coerc…

1 comment