Skip to content

Commit a395e97

Browse files
authored
fix ci (#304)
1 parent 242103e commit a395e97

File tree

1 file changed

+1
-1
lines changed
  • spec/API_specification/examples/tpch

1 file changed

+1
-1
lines changed

spec/API_specification/examples/tpch/q1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
def query(lineitem_raw: SupportsDataFrameAPI) -> Any:
8-
lineitem = lineitem_raw.__dataframe_consortium_standard__()
8+
lineitem = lineitem_raw.__dataframe_consortium_standard__(api_version='2023.10-beta')
99
namespace = lineitem.__dataframe_namespace__()
1010

1111
mask = lineitem.col("l_shipdate") <= namespace.date(1998, 9, 2)

0 commit comments

Comments
 (0)