Audit Vertica tables in Spark!

sarvesh
Contributor III

I am trying to use Audit from Vertica in spark and getting correct table size from it, but the minimum size Audit function can find is bytes, but we are getting data in bits even smaller than bytes.

val size = f"select audit('table_name');"