parekuti
parekuti
Yes, it's spark SQL. I can see the filters passed down from the logs.
Also another thing i noticed when query table which has a partition key with 5 columns and one of the column is timestamp type then getting CastException. This is not...
It's an issue with the order of filters that we send it to scan a partition. For example partition key defined in the order -> corp_cd,cli_no,vendor_code,spin_asset_id,reading_day_slot FA,6210,NWF,3453352,07 -> Incoming filter...