[jira] [Commented] (SPARK-32018) Fix UnsafeRow set overflowed decimal

2020-08-06 Thread Sunitha Kambhampati (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17172689#comment-17172689 ] Sunitha Kambhampati commented on SPARK-32018: - I have added a summary of my comments from

[jira] [Commented] (SPARK-32018) Fix UnsafeRow set overflowed decimal

2020-08-06 Thread Sunitha Kambhampati (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17172688#comment-17172688 ] Sunitha Kambhampati commented on SPARK-32018: - The important issue is we should not return

[jira] [Commented] (SPARK-32018) Fix UnsafeRow set overflowed decimal

2020-07-31 Thread Sunitha Kambhampati (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169132#comment-17169132 ] Sunitha Kambhampati commented on SPARK-32018: - [@cloud-fan|https://github.com/cloud-fan], I

[jira] [Commented] (SPARK-21784) Add ALTER TABLE ADD CONSTRANT DDL to support defining primary key and foreign keys

2020-05-26 Thread Sunitha Kambhampati (Jira)
[ https://issues.apache.org/jira/browse/SPARK-21784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117169#comment-17117169 ] Sunitha Kambhampati commented on SPARK-21784: - [~krish_the_coder], [~Tagar] ,Thank you for

[jira] [Commented] (SPARK-31256) Dropna doesn't work for struct columns

2020-04-14 Thread Sunitha Kambhampati (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17083659#comment-17083659 ] Sunitha Kambhampati commented on SPARK-31256: - I can repro the issue using the Scala api on

[jira] [Commented] (SPARK-31366) Document aggregation in the sql reference doc

2020-04-06 Thread Sunitha Kambhampati (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17076756#comment-17076756 ] Sunitha Kambhampati commented on SPARK-31366: - I'm looking into this. > Document

[jira] [Created] (SPARK-31366) Document aggregation in the sql reference doc

2020-04-06 Thread Sunitha Kambhampati (Jira)
Sunitha Kambhampati created SPARK-31366: --- Summary: Document aggregation in the sql reference doc Key: SPARK-31366 URL: https://issues.apache.org/jira/browse/SPARK-31366 Project: Spark

[jira] [Commented] (SPARK-27213) Unexpected results when filter is used after distinct

2020-02-18 Thread Sunitha Kambhampati (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17039556#comment-17039556 ] Sunitha Kambhampati commented on SPARK-27213: - I tried it now on master trunk, synced up to

[jira] [Commented] (SPARK-28067) Incorrect results in decimal aggregation with whole-stage code gen enabled

2020-02-18 Thread Sunitha Kambhampati (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17039516#comment-17039516 ] Sunitha Kambhampati commented on SPARK-28067: - I have submitted the two pr's for the two

[jira] [Commented] (SPARK-28067) Incorrect results in decimal aggregation with whole-stage code gen enabled

2020-02-18 Thread Sunitha Kambhampati (Jira)
[ https://issues.apache.org/jira/browse/SPARK-28067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17039403#comment-17039403 ] Sunitha Kambhampati commented on SPARK-28067: - I looked into this issue and here are some of

[jira] [Commented] (SPARK-27298) Dataset except operation gives different results(dataset count) on Spark 2.3.0 Windows and Spark 2.3.0 Linux environment

2020-02-06 Thread Sunitha Kambhampati (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17031938#comment-17031938 ] Sunitha Kambhampati commented on SPARK-27298: - Thanks for trying it out in your env. That is

[jira] [Commented] (SPARK-27298) Dataset except operation gives different results(dataset count) on Spark 2.3.0 Windows and Spark 2.3.0 Linux environment

2020-02-05 Thread Sunitha Kambhampati (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17030968#comment-17030968 ] Sunitha Kambhampati commented on SPARK-27298: - If you get a chance to repro the issue again,

[jira] [Commented] (SPARK-27298) Dataset except operation gives different results(dataset count) on Spark 2.3.0 Windows and Spark 2.3.0 Linux environment

2020-02-05 Thread Sunitha Kambhampati (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17030961#comment-17030961 ] Sunitha Kambhampati commented on SPARK-27298: - I tried on linux as well with the spark

[jira] [Commented] (SPARK-21823) ALTER TABLE table statements such as RENAME and CHANGE columns should raise error if there are any dependent constraints.

2020-01-30 Thread Sunitha Kambhampati (Jira)
[ https://issues.apache.org/jira/browse/SPARK-21823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17026944#comment-17026944 ] Sunitha Kambhampati commented on SPARK-21823: - This issue is as part of the new

[jira] [Commented] (SPARK-27298) Dataset except operation gives different results(dataset count) on Spark 2.3.0 Windows and Spark 2.3.0 Linux environment

2020-01-28 Thread Sunitha Kambhampati (Jira)
[ https://issues.apache.org/jira/browse/SPARK-27298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17025522#comment-17025522 ] Sunitha Kambhampati commented on SPARK-27298: - 1) Would it be possible to run your program

[jira] [Commented] (SPARK-27761) Make UDF nondeterministic by default(?)

2019-05-17 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-27761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16842365#comment-16842365 ] Sunitha Kambhampati commented on SPARK-27761: -   [~LI,Xiao], [~dkbiswal], [~mgaido],

[jira] [Created] (SPARK-27761) Make UDF nondeterministic by default(?)

2019-05-17 Thread Sunitha Kambhampati (JIRA)
Sunitha Kambhampati created SPARK-27761: --- Summary: Make UDF nondeterministic by default(?) Key: SPARK-27761 URL: https://issues.apache.org/jira/browse/SPARK-27761 Project: Spark Issue

[jira] [Commented] (SPARK-27692) Optimize evaluation of udf that is deterministic and has literal inputs

2019-05-13 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-27692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16838812#comment-16838812 ] Sunitha Kambhampati commented on SPARK-27692: - Here is the PR:

[jira] [Commented] (SPARK-27692) Optimize evaluation of udf that is deterministic and has literal inputs

2019-05-13 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-27692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16838803#comment-16838803 ] Sunitha Kambhampati commented on SPARK-27692: - I'll open a PR soon.  > Optimize evaluation

[jira] [Created] (SPARK-27692) Optimize evaluation of udf that is deterministic and has literal inputs

2019-05-13 Thread Sunitha Kambhampati (JIRA)
Sunitha Kambhampati created SPARK-27692: --- Summary: Optimize evaluation of udf that is deterministic and has literal inputs Key: SPARK-27692 URL: https://issues.apache.org/jira/browse/SPARK-27692

[jira] [Commented] (SPARK-25003) Pyspark Does not use Spark Sql Extensions

2019-04-02 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16807961#comment-16807961 ] Sunitha Kambhampati commented on SPARK-25003: - Thanks [~rspitzer].  That is good to know. 

[jira] [Commented] (SPARK-25003) Pyspark Does not use Spark Sql Extensions

2019-04-01 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16807073#comment-16807073 ] Sunitha Kambhampati commented on SPARK-25003: - Hi [~hyukjin.kwon], [~rspitzer],   The

[jira] [Updated] (SPARK-26249) Extension Points Enhancements to inject a rule in order and to add a batch

2018-12-02 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-26249: Affects Version/s: (was: 2.4.0) 3.0.0 > Extension

[jira] [Updated] (SPARK-26249) Extension Points Enhancements to inject a rule in order and to add a batch

2018-12-02 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-26249: Description: +Motivation:+   Spark has extension points API to allow third

[jira] [Commented] (SPARK-26249) Extension Points Enhancements to inject a rule in order and to add a batch

2018-12-02 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16706720#comment-16706720 ] Sunitha Kambhampati commented on SPARK-26249: - I will post a PR soon.   > Extension Points

[jira] [Updated] (SPARK-26249) Extension Points Enhancements to inject a rule in order and to add a batch

2018-12-02 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-26249: Description: +Motivation:+   Spark has extension points API to allow third

[jira] [Updated] (SPARK-26249) Extension Points Enhancements to inject a rule in order and to add a batch

2018-12-02 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-26249: Description: +Motivation:+   Spark has extension points API to allow third

[jira] [Updated] (SPARK-26249) Extension Points Enhancements to inject a rule in order and to add a batch

2018-12-02 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-26249: Description: +Motivation:+   Spark has extension points API to allow third

[jira] [Created] (SPARK-26249) Extension Points Enhancements to inject a rule in order and to add a batch

2018-12-02 Thread Sunitha Kambhampati (JIRA)
Sunitha Kambhampati created SPARK-26249: --- Summary: Extension Points Enhancements to inject a rule in order and to add a batch Key: SPARK-26249 URL: https://issues.apache.org/jira/browse/SPARK-26249

[jira] [Commented] (SPARK-19602) Unable to query using the fully qualified column name of the form ( ..)

2018-08-01 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565802#comment-16565802 ] Sunitha Kambhampati commented on SPARK-19602: - The design doc is also uploaded

[jira] [Comment Edited] (SPARK-21823) ALTER TABLE table statements such as RENAME and CHANGE columns should raise error if there are any dependent constraints.

2018-05-14 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16474474#comment-16474474 ] Sunitha Kambhampati edited comment on SPARK-21823 at 5/14/18 5:01 PM:

[jira] [Commented] (SPARK-21823) ALTER TABLE table statements such as RENAME and CHANGE columns should raise error if there are any dependent constraints.

2018-05-14 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16474474#comment-16474474 ] Sunitha Kambhampati commented on SPARK-21823: - I have the changes for this.  Once the

[jira] [Commented] (SPARK-21824) DROP TABLE should automatically drop any dependent referential constraints or raise error.

2018-05-03 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463054#comment-16463054 ] Sunitha Kambhampati commented on SPARK-21824: - I'll look into this. > DROP TABLE should

[jira] [Commented] (SPARK-23798) The CreateArray and ConcatArray should return the default array type when no children provided

2018-05-01 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16460213#comment-16460213 ] Sunitha Kambhampati commented on SPARK-23798: - ArrayType.defaultConcreteType is

[jira] [Commented] (SPARK-23993) Support DESC FORMATTED table_name column_name

2018-04-30 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16458822#comment-16458822 ] Sunitha Kambhampati commented on SPARK-23993: - I just tried it out in the current trunk and

[jira] [Commented] (SPARK-21645) SparkSQL Left outer join get the error result when use phoenix spark plugin

2017-12-19 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16297252#comment-16297252 ] Sunitha Kambhampati commented on SPARK-21645: - I tried to see if I can reproduce this issue

[jira] [Resolved] (SPARK-22755) Expression (946-885)*1.0/946 < 0.1 and (946-885)*1.000/946 < 0.1 return different results

2017-12-12 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati resolved SPARK-22755. - Resolution: Fixed Fix Version/s: 2.2.1 > Expression (946-885)*1.0/946 <

[jira] [Commented] (SPARK-22755) Expression (946-885)*1.0/946 < 0.1 and (946-885)*1.000/946 < 0.1 return different results

2017-12-12 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16288061#comment-16288061 ] Sunitha Kambhampati commented on SPARK-22755: - SPARK-21332 fixed this issue. The changes

[jira] [Commented] (SPARK-22755) Expression (946-885)*1.0/946 < 0.1 and (946-885)*1.000/946 < 0.1 return different results

2017-12-12 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16287994#comment-16287994 ] Sunitha Kambhampati commented on SPARK-22755: - A) TRUNK: - My trunk codeline is sync'd up to

[jira] [Commented] (SPARK-22755) Expression (946-885)*1.0/946 < 0.1 and (946-885)*1.000/946 < 0.1 return different results

2017-12-11 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16286471#comment-16286471 ] Sunitha Kambhampati commented on SPARK-22755: - I just tried this in sql on the trunk

[jira] [Commented] (SPARK-22452) DataSourceV2Options should have getInt, getBoolean, etc.

2017-12-05 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16279379#comment-16279379 ] Sunitha Kambhampati commented on SPARK-22452: - [~cloud_fan] , I implemented a few methods (

[jira] [Commented] (SPARK-22431) Creating Permanent view with illegal type

2017-11-13 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16249517#comment-16249517 ] Sunitha Kambhampati commented on SPARK-22431: - Thanks for the response. Option 1 sounds

[jira] [Commented] (SPARK-22431) Creating Permanent view with illegal type

2017-11-13 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16249505#comment-16249505 ] Sunitha Kambhampati commented on SPARK-22431: - *Observations:* I ran a few tests with the

[jira] [Commented] (SPARK-22065) Add DDL support to modify constraint state for a given constraint

2017-09-19 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16172233#comment-16172233 ] Sunitha Kambhampati commented on SPARK-22065: - I'm working on the implementation for this

[jira] [Created] (SPARK-22065) Add DDL support to modify constraint state for a given constraint

2017-09-19 Thread Sunitha Kambhampati (JIRA)
Sunitha Kambhampati created SPARK-22065: --- Summary: Add DDL support to modify constraint state for a given constraint Key: SPARK-22065 URL: https://issues.apache.org/jira/browse/SPARK-22065

[jira] [Commented] (SPARK-22064) Add support for VALIDATE option to ALTER TABLE ADD CONSTRAINT command

2017-09-19 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1617#comment-1617 ] Sunitha Kambhampati commented on SPARK-22064: - I'm working on this issue. Please note, this

[jira] [Updated] (SPARK-22064) Add support for VALIDATE option to ALTER TABLE ADD CONSTRAINT command

2017-09-19 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-22064: Description: As part of the Informational Referential Integrity constraints

[jira] [Created] (SPARK-22064) Add support for VALIDATE option to ALTER TABLE ADD CONSTRAINT command

2017-09-19 Thread Sunitha Kambhampati (JIRA)
Sunitha Kambhampati created SPARK-22064: --- Summary: Add support for VALIDATE option to ALTER TABLE ADD CONSTRAINT command Key: SPARK-22064 URL: https://issues.apache.org/jira/browse/SPARK-22064

[jira] [Commented] (SPARK-19602) Unable to query using the fully qualified column name of the form ( ..)

2017-02-25 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884447#comment-15884447 ] Sunitha Kambhampati commented on SPARK-19602: - I have made the changes to support three part

[jira] [Updated] (SPARK-19602) Unable to query using the fully qualified column name of the form ( ..)

2017-02-25 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-19602: Attachment: (was: Design_ColResolution_JIRA19602.docx) > Unable to query using

[jira] [Updated] (SPARK-19602) Unable to query using the fully qualified column name of the form ( ..)

2017-02-25 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-19602: Attachment: Design_ColResolution_JIRA19602.pdf > Unable to query using the fully

[jira] [Updated] (SPARK-19602) Unable to query using the fully qualified column name of the form ( ..)

2017-02-25 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-19602: Attachment: Design_ColResolution_JIRA19602.docx > Unable to query using the fully

[jira] [Updated] (SPARK-19602) Unable to query using the fully qualified column name of the form ( ..)

2017-02-25 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-19602: Attachment: (was: Design_ColResolution_JIRA19602.docx) > Unable to query using

[jira] [Updated] (SPARK-19602) Unable to query using the fully qualified column name of the form ( ..)

2017-02-15 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-19602: Attachment: (was: Design_ColResolution_JIRA19602.docx) > Unable to query using

[jira] [Updated] (SPARK-19602) Unable to query using the fully qualified column name of the form ( ..)

2017-02-15 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-19602: Attachment: Design_ColResolution_JIRA19602.docx > Unable to query using the fully

[jira] [Commented] (SPARK-19602) Unable to query using the fully qualified column name of the form ( ..)

2017-02-14 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15867024#comment-15867024 ] Sunitha Kambhampati commented on SPARK-19602: - Attaching the design doc and the proposed

[jira] [Updated] (SPARK-19602) Unable to query using the fully qualified column name of the form ( ..)

2017-02-14 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-19602: Attachment: Design_ColResolution_JIRA19602.docx > Unable to query using the fully

[jira] [Updated] (SPARK-19602) Unable to query using the fully qualified column name of the form ( ..)

2017-02-14 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-19602: Description: 1) Spark SQL fails to analyze this query: select db1.t1.i1 from

[jira] [Updated] (SPARK-19602) Unable to query using the fully qualified column name of the form ( ..)

2017-02-14 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-19602: Description: 1) Spark SQL fails to analyze this query: {quote} select db1.t1.i1

[jira] [Created] (SPARK-19602) Unable to query using the fully qualified column name of the form ( ..)

2017-02-14 Thread Sunitha Kambhampati (JIRA)
Sunitha Kambhampati created SPARK-19602: --- Summary: Unable to query using the fully qualified column name of the form ( ..) Key: SPARK-19602 URL: https://issues.apache.org/jira/browse/SPARK-19602

[jira] [Created] (SPARK-19585) Fix the cacheTable and uncacheTable API call in the SQL Programming Guide

2017-02-13 Thread Sunitha Kambhampati (JIRA)
Sunitha Kambhampati created SPARK-19585: --- Summary: Fix the cacheTable and uncacheTable API call in the SQL Programming Guide Key: SPARK-19585 URL: https://issues.apache.org/jira/browse/SPARK-19585

[jira] [Updated] (SPARK-18121) Unable to query global temp views when hive support is enabled.

2016-10-26 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-18121: Description: Querying on a global temp view throws Table or view not found

[jira] [Commented] (SPARK-18121) Unable to query global temp views when hive support is enabled.

2016-10-26 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15609579#comment-15609579 ] Sunitha Kambhampati commented on SPARK-18121: - I have a fix for this, will submit a PR soon.

[jira] [Created] (SPARK-18121) Unable to query global temp views when hive support is enabled.

2016-10-26 Thread Sunitha Kambhampati (JIRA)
Sunitha Kambhampati created SPARK-18121: --- Summary: Unable to query global temp views when hive support is enabled. Key: SPARK-18121 URL: https://issues.apache.org/jira/browse/SPARK-18121

[jira] [Commented] (SPARK-16115) Improve output column name for SHOW PARTITIONS command and improve an error message

2016-09-20 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15507726#comment-15507726 ] Sunitha Kambhampati commented on SPARK-16115: - Other pr's for SPARK-16543 and SPARK-17502

[jira] [Resolved] (SPARK-16115) Improve output column name for SHOW PARTITIONS command and improve an error message

2016-09-20 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati resolved SPARK-16115. - Resolution: Resolved Fix Version/s: 2.1.0 > Improve output column name

[jira] [Commented] (SPARK-16115) Improve output column name for SHOW PARTITIONS command and improve an error message

2016-06-21 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15342689#comment-15342689 ] Sunitha Kambhampati commented on SPARK-16115: - I will submit a PR shortly. > Improve output

[jira] [Updated] (SPARK-16115) Improve output column name for SHOW PARTITIONS command and improve an error message

2016-06-21 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunitha Kambhampati updated SPARK-16115: Description: Opening this issue to address the following: 1. For the SHOW

[jira] [Created] (SPARK-16115) Improve output column name for SHOW PARTITIONS command and improve an error message

2016-06-21 Thread Sunitha Kambhampati (JIRA)
Sunitha Kambhampati created SPARK-16115: --- Summary: Improve output column name for SHOW PARTITIONS command and improve an error message Key: SPARK-16115 URL: https://issues.apache.org/jira/browse/SPARK-16115

[jira] [Commented] (SPARK-14040) Null-safe and equality join produces incorrect result with filtered dataframe

2016-03-23 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15209518#comment-15209518 ] Sunitha Kambhampati commented on SPARK-14040: - PR for SPARK-13801 is trying to resolve the

[jira] [Comment Edited] (SPARK-14040) Null-safe and equality join produces incorrect result with filtered dataframe

2016-03-23 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15209503#comment-15209503 ] Sunitha Kambhampati edited comment on SPARK-14040 at 3/24/16 12:48 AM:

[jira] [Comment Edited] (SPARK-14040) Null-safe and equality join produces incorrect result with filtered dataframe

2016-03-23 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15209503#comment-15209503 ] Sunitha Kambhampati edited comment on SPARK-14040 at 3/24/16 12:44 AM:

[jira] [Commented] (SPARK-14040) Null-safe and equality join produces incorrect result with filtered dataframe

2016-03-23 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15209503#comment-15209503 ] Sunitha Kambhampati commented on SPARK-14040: - Here are my notes on the investigation. A

[jira] [Commented] (SPARK-14040) Null-safe and equality join produces incorrect result with filtered dataframe

2016-03-22 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15207294#comment-15207294 ] Sunitha Kambhampati commented on SPARK-14040: - I can reproduce this on my master ( v2.0

[jira] [Commented] (SPARK-13971) Implicit group by with distinct modifier on having raises an unexpected error

2016-03-22 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15207168#comment-15207168 ] Sunitha Kambhampati commented on SPARK-13971: - fwiw, it is not the exact same env but I tried

[jira] [Commented] (SPARK-13864) TPCDS query 74 returns wrong results compared to TPC official result set

2016-03-21 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15204778#comment-15204778 ] Sunitha Kambhampati commented on SPARK-13864: - FWIW, I changed the query to use the column

[jira] [Commented] (SPARK-13774) IllegalArgumentException: Can not create a Path from an empty string for incorrect file path

2016-03-18 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15198187#comment-15198187 ] Sunitha Kambhampati commented on SPARK-13774: - >From other JIRAs, I know there is

[jira] [Commented] (SPARK-13774) IllegalArgumentException: Can not create a Path from an empty string for incorrect file path

2016-03-09 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187541#comment-15187541 ] Sunitha Kambhampati commented on SPARK-13774: - I can reproduce the error. I tried with

[jira] [Commented] (SPARK-12957) Derive and propagate data constrains in logical plan

2016-03-07 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183831#comment-15183831 ] Sunitha Kambhampati commented on SPARK-12957: - Hi Sameer, Michael, Can you share this

[jira] [Commented] (SPARK-13630) Add optimizer rule to collapse sorts

2016-03-02 Thread Sunitha Kambhampati (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-13630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15176811#comment-15176811 ] Sunitha Kambhampati commented on SPARK-13630: - Here is the pull request with changes:

[jira] [Created] (SPARK-13630) Add optimizer rule to collapse sorts

2016-03-02 Thread Sunitha Kambhampati (JIRA)
Sunitha Kambhampati created SPARK-13630: --- Summary: Add optimizer rule to collapse sorts Key: SPARK-13630 URL: https://issues.apache.org/jira/browse/SPARK-13630 Project: Spark Issue