Commit 8c0d32a
fix(cubejs-schema-compiler): Stay unchanged
* dont change __user / __cubejoinfield names in aliasing
* cast name to lower for `__cubeJoinField` case
* reapply fix
---------
Co-authored-by: Konstantin Burkalev <[email protected]>__user / __cubejoinfield names in aliasing (cube-js#8303)1 parent 8813e93 commit 8c0d32a
File tree
3 files changed
+7
-6
lines changed- packages/cubejs-schema-compiler/src/adapter
- rust/cubesql/cubesql/src/compile
- engine/df
- test
3 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3693 | 3693 | | |
3694 | 3694 | | |
3695 | 3695 | | |
| 3696 | + | |
| 3697 | + | |
| 3698 | + | |
| 3699 | + | |
3696 | 3700 | | |
3697 | 3701 | | |
3698 | 3702 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
| 419 | + | |
423 | 420 | | |
424 | 421 | | |
425 | 422 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
925 | 925 | | |
926 | 926 | | |
927 | 927 | | |
928 | | - | |
| 928 | + | |
929 | 929 | | |
930 | | - | |
| 930 | + | |
931 | 931 | | |
932 | 932 | | |
933 | 933 | | |
| |||
0 commit comments