UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Resolver runtime error #34

Closed mattdutson closed 5 years ago

mattdutson commented 5 years ago

Resolver throws the exception "Resolver: relation for reference node in FROM clause cannot be empty" on the query SELECT a FROM t;.

Steps to reproduce:

git clone https://github.com/UWHustle/hustle
cd hustle
./init.sh
cd build
make -j6
./hustle
SELECT a FROM t;

@gaffneyk hasn't been able to reproduce this on his machine so it might be something toolchain-specific.