Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract SQLs for Java source test datasets. #20885

Closed
DoNotPanicUA opened this issue Dec 27, 2022 · 2 comments
Closed

Extract SQLs for Java source test datasets. #20885

DoNotPanicUA opened this issue Dec 27, 2022 · 2 comments
Assignees

Comments

@DoNotPanicUA
Copy link
Contributor

DoNotPanicUA commented Dec 27, 2022

Source name Dataset type SQL
clickhouse - clickhouse.txt
cockroachdb Basic cockroachDb_basic.txt
cockroachdb Full cockroachDb_full.txt
cockroachdb Full without nulls cockroachDb_full_nonull.txt
db2 Basic db2_basic.txt
db2 Full db2_full.txt
db2 Full without nulls db2_full_nonull.txt
mssql Basic mssql_basic.txt
mssql Full mssql_full.txt
mssql Full without nulls mssql_full_nonull.txt
mysql Basic mysql_basic.txt
mysql Full mysql_full.txt
mysql Full without nulls mysql_full_nonull.txt
oracle Basic oracle_basic.txt
oracle Full oracle_full.txt
oracle Full without nulls oracle_full_nonull.txt
postgres Basic postgres_basic.txt
postgres Full postgres_full.txt
postgres Full without nulls postgres_full_nonull.txt
tidb - tidb_basic.txt
@DoNotPanicUA
Copy link
Contributor Author

Hi @evantahler,
Here you can find all SQL Java source scripts for making test datasets.
You may notice that usually there there is a source:

  • Basic - contains simple types and there is not null values
  • Full - all possible types
  • Full without nulls - all possible types, but without nulls in the data

@evantahler
Copy link
Contributor

👍

#20955 will store them in the project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants