FANNG

Results 47 comments of FANNG

should we consider Qos? one big query with low priority may starves the high priority queries.

hive sql use both single and double quote string : (

planing to do: read partition table and read more than one rowgroup

The main reason is if not specify `spark.sql.hive.metastore.jars`, `HiveClientImpl` will use a shared `SessionState` to create a `Hive client`, and the shared `SessionState` is initiated by `spark_catalog` catalog first in...

> **DON'T** use `spark-sql` to test the hive-related stuff, there are a lot of tricky inside, is it reproducible with `spark-shell` It can't be reproduced with `spark-shell`

``` ColumnChunkMetaData { column_chunk: ColumnChunk { file_path: None, file_offset: 366757287, meta_data: Some(ColumnMetaData { type_: Typ e(6), encodings: [Encoding(4), Encoding(0)], path_in_schema: ["key"], codec: CompressionCodec(1), num_values: 534281, total_unc ompressed_size: 47933245, total_compressed_size: 15424926,...

How about Override `loadTable(Identifier ident, String version)` and `loadTable(Identifier ident, String version)` for `GravitinoIcebergCatalog`?