We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290fbb7 commit a592246Copy full SHA for a592246
src/hooks/useQueryLogs.ts
@@ -31,7 +31,6 @@ export const useQueryLogs = () => {
31
// data ref will always have the unfiltered data.
32
// Only mutate it when data is fetched, otherwise read only
33
const _dataRef = useRef<Log[] | null>(null);
34
- const [queryEngine] = useAppStore((store) => store.instanceConfig?.queryEngine);
35
const [streamInfo] = useStreamStore((store) => store.info);
36
const [currentStream] = useAppStore((store) => store.currentStream);
37
const timePartitionColumn = _.get(streamInfo, 'time_partition', 'p_timestamp');
0 commit comments