HBase vs Iceberg ? Does it make sense?

Documentation about Apache Iceberg is quite impressive but we’re currently unable to test (need to upgradre HDP and Dremio to meet prerequesites before…).
We currently use HBase to allow fast query on data because similar query on parquet files (Dremio or Hive/Impala) gives poor time response due to data partitioning.
Can we hope that by creating new Iceberg tables over parquet files, with other partitions would help to get much better time response ? even if still lower than Hbase (key value) - it would solve the dependance to Hbase that we want to get rid of
If my question is not relevant or does not make sense - please apologize