-
Notifications
You must be signed in to change notification settings - Fork 2
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
Looker Model metadata #37
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ac1f34 - Browse repository at this point
Copy the full SHA 0ac1f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6be3292 - Browse repository at this point
Copy the full SHA 6be3292View commit details -
[CALCITE-5052] Allow Source based on a URL with jar: protocol
This allows dependent projects to run tests using Bazel. (Previously, DiffRepository would give errors because Bazel has packaged the .xml files it needs inside JAR files.) Close apache#2750
Configuration menu - View commit details
-
Copy full SHA for fb35910 - Browse repository at this point
Copy the full SHA fb35910View commit details -
[CALCITE-5621] Support UDT declarations from root of schema model. (a…
…pache#7) Related to CALCITE-5346. Previously we relied on the parser to map unrecognized datatypes to a known type using SqlAlienSystemTypeNameSpec. This worked but made it difficult to change or add new types as necessary. One would have to update at least 3 different parsers (babel, core, server) to make a change. This change allows for declaring user-defined types at the root of a schema model and allows for easy type alias mapping. These data types are shared by all schema in the model so cast and DDL expressions do not need to scope data type references to a particular sub-schema. For example: ``` inline: { version: '1.0', types: [ { name: 'BOOL', type: 'BOOLEAN' }, { name: 'BYTES', type: 'VARBINARY' }, ... ], ``` Allows for `CAST("true" as BOOL)`
1Configuration menu - View commit details
-
Copy full SHA for e6b3c27 - Browse repository at this point
Copy the full SHA e6b3c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3099eef - Browse repository at this point
Copy the full SHA 3099eefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23eccc5 - Browse repository at this point
Copy the full SHA 23eccc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f4dfce - Browse repository at this point
Copy the full SHA 8f4dfceView commit details -
[CALCITE-5607] WIP: Serialize return type during RelJson.toJson(RexNo…
…de node) (apache#28) * Add tests to fix later * Update test * Add in type field to RelJson.toJson and update tests * CALCITE-5607 / Serialize return type during RelJson.toJson(RexNode node) * Update test comment --------- Co-authored-by: Oliver Lee <oliverlee@google.com>
Configuration menu - View commit details
-
Copy full SHA for c669419 - Browse repository at this point
Copy the full SHA c669419View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a3dfa0 - Browse repository at this point
Copy the full SHA 2a3dfa0View commit details -
[CALCITE-5449] Allow EXTRACT() to accept DAYOFWEEK, DAYOFYEAR, ISOWEE…
…K, WEEK(WEEKDAY) (apache#32) * [CALCITE-5449] Allow EXTRACT() to accept time frames * Fix getMonotonicity() override * Lint * Refactor DAYOFWEEK, DAYOFYEAR --------- Co-authored-by: tanclary <116591231+tanclary@users.noreply.github.com> Co-authored-by: Tanner Clary <tannerclary@google.com>
Configuration menu - View commit details
-
Copy full SHA for c720ac7 - Browse repository at this point
Copy the full SHA c720ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e39b61e - Browse repository at this point
Copy the full SHA e39b61eView commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 829bd13 - Browse repository at this point
Copy the full SHA 829bd13View commit details
Commits on Jul 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 91ccb01 - Browse repository at this point
Copy the full SHA 91ccb01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e7663 - Browse repository at this point
Copy the full SHA 76e7663View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cefef06 - Browse repository at this point
Copy the full SHA cefef06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9492bf6 - Browse repository at this point
Copy the full SHA 9492bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbb02c6 - Browse repository at this point
Copy the full SHA cbb02c6View commit details
Commits on Sep 2, 2023
-
Allow CalciteMetaImpl to take in a CalciteMetaTable subclass to use w…
…hen instantiating tables in the CalciteMetaImpl tables() call
Configuration menu - View commit details
-
Copy full SHA for 513f3da - Browse repository at this point
Copy the full SHA 513f3daView commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 160ec64 - Browse repository at this point
Copy the full SHA 160ec64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cc35ac - Browse repository at this point
Copy the full SHA 3cc35acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d471f3 - Browse repository at this point
Copy the full SHA 8d471f3View commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 86f8917 - Browse repository at this point
Copy the full SHA 86f8917View commit details