Skip to content

Commit

Permalink
align comment in data prep file
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brink committed Aug 27, 2024
1 parent 94531ee commit 38389b6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions scripts/prepare_data.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Certain portions of the contents of this file are derived from TPC-H version 3.0.1
# (retrieved from
# http://www.tpc.org/tpc_documents_current_versions/current_specifications5.asp).
# Such portions are subject to copyrights held by
# Transaction Processing Performance Council (“TPC”)
# and licensed under the TPC EULA (a copy of which accompanies this
# file as “TPC EULA” and is also available at
# http://www.tpc.org/tpc_documents_current_versions/current_specifications5.asp)
# (the “TPC EULA”).
#
# You may not use this file except in compliance with the TPC EULA.
# DISCLAIMER: Portions of this file is derived from the TPC-H
# Benchmark and as such any result obtained using this file are not
# comparable to published TPC-H Benchmark results, as the results
# obtained from using this file do not comply with the TPC-H Benchmark.
"""Disclaimer.
Certain portions of the contents of this file are derived from TPC-H version 3.0.1
(retrieved from
http://www.tpc.org/tpc_documents_current_versions/current_specifications5.asp).
Such portions are subject to copyrights held by Transaction Processing
Performance Council (“TPC”) and licensed under the TPC EULA is available at
http://www.tpc.org/tpc_documents_current_versions/current_specifications5.asp)
(the “TPC EULA”).
You may not use this file except in compliance with the TPC EULA.
DISCLAIMER: Portions of this file is derived from the TPC-H benchmark and as
such any result obtained using this file are not comparable to published TPC-H
Benchmark results, as the results obtained from using this file do not comply with
the TPC-H Benchmark.
"""

import polars as pl

Expand Down

0 comments on commit 38389b6

Please sign in to comment.