-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for latest version of DDN
- Loading branch information
Showing
122 changed files
with
3,408 additions
and
630 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "4", | ||
"version": "5", | ||
"$schema": "schema.json", | ||
"model_file_path": "./model.json", | ||
"fixes": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,7 +126,7 @@ | |
"Version": { | ||
"type": "string", | ||
"enum": [ | ||
"4" | ||
"5" | ||
] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "4", | ||
"version": "5", | ||
"$schema": "schema.json", | ||
"model": { | ||
"version": "1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
-----BEGIN CERTIFICATE----- | ||
MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl | ||
MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp | ||
U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw | ||
NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE | ||
ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp | ||
ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3 | ||
DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf | ||
8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN | ||
+lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0 | ||
X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa | ||
K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA | ||
1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G | ||
A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR | ||
zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0 | ||
YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD | ||
bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w | ||
DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3 | ||
L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D | ||
eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl | ||
xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp | ||
VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY | ||
WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q= | ||
-----END CERTIFICATE----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,7 +126,7 @@ | |
"Version": { | ||
"type": "string", | ||
"enum": [ | ||
"4" | ||
"5" | ||
] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "4", | ||
"version": "5", | ||
"$schema": "schema.json", | ||
"model": { | ||
"version": "1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "4", | ||
"version": "5", | ||
"$schema": "schema.json", | ||
"model": { | ||
"version": "1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
JAR_DEPENDENCY_FOLDER=../../calcite-rs-jni/target/dependency | ||
CALCITE_JAR=../../calcite-rs-jni/target/calcite-rs-jni-1.0-SNAPSHOT.jar | ||
RUST_LOG=info | ||
OTEL_LOGS_EXPORTER=console | ||
OTEL_LOG_LEVEL=trace | ||
LOG4J_CONFIGURATION_FILE=../../calcite-rs-jni/target/classes/log4j2.xml |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{ | ||
"version": "5", | ||
"$schema": "schema.json", | ||
"model": { | ||
"version": "1.0", | ||
"defaultSchema": "db2", | ||
"schemas": [ | ||
{ | ||
"type": "jdbc", | ||
"name": "db2", | ||
"jdbcUser": "db2inst1", | ||
"jdbcPassword": "mypassword", | ||
"jdbcUrl": "jdbc:db2://192.168.86.233:50000/testdb" | ||
} | ||
] | ||
}, | ||
"model_file_path": "./model.json", | ||
"fixes": true, | ||
"metadata": { | ||
"PROJECTS": { | ||
"schema": "db2", | ||
"name": "PROJECTS", | ||
"columns": { | ||
"PROJECTID": { | ||
"name": "PROJECTID", | ||
"scalarType": "INTEGER", | ||
"nullable": false | ||
}, | ||
"PROJECTNAME": { | ||
"name": "PROJECTNAME", | ||
"scalarType": "VARCHAR", | ||
"nullable": true | ||
}, | ||
"DEPARTMENTID": { | ||
"name": "DEPARTMENTID", | ||
"scalarType": "INTEGER", | ||
"nullable": true | ||
} | ||
}, | ||
"primaryKeys": [], | ||
"exportedKeys": [] | ||
}, | ||
"EMPLOYEES": { | ||
"schema": "db2", | ||
"name": "EMPLOYEES", | ||
"columns": { | ||
"FIRSTNAME": { | ||
"name": "FIRSTNAME", | ||
"scalarType": "VARCHAR", | ||
"nullable": true | ||
}, | ||
"LASTNAME": { | ||
"name": "LASTNAME", | ||
"scalarType": "VARCHAR", | ||
"nullable": true | ||
}, | ||
"EMPLOYEEID": { | ||
"name": "EMPLOYEEID", | ||
"scalarType": "INTEGER", | ||
"nullable": false | ||
}, | ||
"DEPARTMENTID": { | ||
"name": "DEPARTMENTID", | ||
"scalarType": "INTEGER", | ||
"nullable": true | ||
} | ||
}, | ||
"primaryKeys": [], | ||
"exportedKeys": [] | ||
}, | ||
"DEPARTMENTS": { | ||
"schema": "db2", | ||
"name": "DEPARTMENTS", | ||
"columns": { | ||
"DEPARTMENTNAME": { | ||
"name": "DEPARTMENTNAME", | ||
"scalarType": "VARCHAR", | ||
"nullable": true | ||
}, | ||
"DEPARTMENTID": { | ||
"name": "DEPARTMENTID", | ||
"scalarType": "INTEGER", | ||
"nullable": false | ||
} | ||
}, | ||
"primaryKeys": [], | ||
"exportedKeys": [] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,7 +126,7 @@ | |
"Version": { | ||
"type": "string", | ||
"enum": [ | ||
"4" | ||
"5" | ||
] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "4", | ||
"version": "5", | ||
"$schema": "schema.json", | ||
"model": { | ||
"version": "1.0", | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.