gazelle_plugin
gazelle_plugin copied to clipboard
7 queries with no results Fetched when running TPC-DS query
Describe the bug I used the ddl schema of the databricks version, and then ran 99 queries of TPCDS. All the queries were completed and a running time was output. Most of them fetched results, but I checked that 7 of the queries had no results and no obvious errors were reported.
To Reproduce Steps to reproduce the behavior:
- Create 1000g of TPCDS data in hive with databricks ddl;
- run 99 queries with NativeSQL 1.4.0;
- check the log;
Expected behavior For comparison, vanilla spark3.1.1 ran the same query and got 99 results. NativeSQL only finds 92 "Fetched".
Additional context The result is the same for a partitioned or non-partitioned table.