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 242103e commit a395e97Copy full SHA for a395e97
spec/API_specification/examples/tpch/q1.py
@@ -5,7 +5,7 @@
5
6
7
def query(lineitem_raw: SupportsDataFrameAPI) -> Any:
8
- lineitem = lineitem_raw.__dataframe_consortium_standard__()
+ lineitem = lineitem_raw.__dataframe_consortium_standard__(api_version='2023.10-beta')
9
namespace = lineitem.__dataframe_namespace__()
10
11
mask = lineitem.col("l_shipdate") <= namespace.date(1998, 9, 2)
0 commit comments