Hello We have a UDP to select the correct partition to read 'FindPartition': Select * from TB where partitionCol =FindPartition();
How I can avoid a full scan of all partitions? (Set MyPartition=FindPartition(); // Is not valid in Hive)
Hello We have a UDP to select the correct partition to read 'FindPartition': Select * from TB where partitionCol =FindPartition();
How I can avoid a full scan of all partitions? (Set MyPartition=FindPartition(); // Is not valid in Hive)