We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0593fbb commit 841fd48Copy full SHA for 841fd48
nbs/00_vector.ipynb
@@ -722,8 +722,8 @@
722
" where_clauses.append(where_predicates)\n",
723
"\n",
724
" if uuid_time_filter is not None:\n",
725
- " if self.time_partition_interval is None:\n",
726
- " raise ValueError(\"\"\"uuid_time_filter is only supported when time_partitioning is enabled.\"\"\")\n",
+ " #if self.time_partition_interval is None:\n",
+ " #raise ValueError(\"\"\"uuid_time_filter is only supported when time_partitioning is enabled.\"\"\")\n",
727
" \n",
728
" (where_time, params) = uuid_time_filter.build_query(params)\n",
729
" where_clauses.append(where_time)\n",
0 commit comments